Skip to main content

LayoutZIndexValue

Type Alias LayoutZIndexValue 

Source
pub type LayoutZIndexValue = CssPropertyValue<LayoutZIndex>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutZIndex)