Type Alias DOMPointInit

Source
pub(crate) type DOMPointInit = DOMPointInit;

Aliased Type§

pub(crate) struct DOMPointInit {
    pub w: f64,
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

Fields§

§w: f64§x: f64§y: f64§z: f64