Skip to main content

LayoutGridRowValue

Type Alias LayoutGridRowValue 

Source
pub type LayoutGridRowValue = CssPropertyValue<GridPlacement>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutGridRowValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(GridPlacement), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(GridPlacement)