Skip to main content

OverscrollBehaviorValue

Type Alias OverscrollBehaviorValue 

Source
pub type OverscrollBehaviorValue = CssPropertyValue<OverscrollBehavior>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(OverscrollBehavior)