Module style::custom_properties_map
source ยท Expand description
The structure that contains the custom properties of a given element.
Structsยง
- A map for a set of custom properties, which implements copy-on-write behavior on insertion with cheap copying.
- EMPTY ๐
- Inner ๐
- An iterator over the custom properties.
Constantsยง
- ANCESTOR_COUNT_LIMIT ๐A not-too-large, not too small ancestor limit, to prevent creating too-big chains.
Type Aliasesยง
- OwnMap ๐We use None in the value to represent a removed entry.