Type Alias DOMRectInit

Source
pub(crate) type DOMRectInit = DOMRectInit;

Aliased Type§

pub(crate) struct DOMRectInit {
    pub height: f64,
    pub width: f64,
    pub x: f64,
    pub y: f64,
}

Fields§

§height: f64§width: f64§x: f64§y: f64