Module data

Source
Expand description

Per-node data used in style calculation.

Structsยง

EagerPseudoArray ๐Ÿ”’
EagerPseudoStyles
A lazily-allocated list of styles for eagerly-cascaded pseudo-elements.
ElementData
Style system data associated with an Element.
ElementDataFlags
Various flags stored on ElementData.
ElementStyles
The styles associated with a node, including the styles for any pseudo-elements.

Enumsยง

RestyleKind
The kind of restyle that a single element should do.
ViewportUnitUsage
Information on how this element uses viewport units.

Constantsยง

EMPTY_PSEUDO_ARRAY ๐Ÿ”’

Type Aliasesยง

EagerPseudoArrayInner ๐Ÿ”’