Skip to main content

LayoutGridColumnValue

Type Alias LayoutGridColumnValue 

Source
pub type LayoutGridColumnValue = CssPropertyValue<GridPlacement>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(GridPlacement)