pub type PositionAnchor = TreeScoped<PositionAnchorKeyword>;Expand description
https://drafts.csswg.org/css-anchor-position-1/#propdef-position-anchor
Aliased Type§
#[repr(C)]pub struct PositionAnchor {
pub value: PositionAnchorKeyword,
pub scope: CascadeLevel,
}Fields§
§value: PositionAnchorKeywordThe scoped value.
scope: CascadeLevelThe cascade level in the shadow tree hierarchy.