Expand description
Parsing for registered custom properties.
Structs§
- Component
List - A list of component values, including the list’s multiplier.
- Custom
Animated Value - An animated value for custom property.
- Parser 🔒
- Value
- A struct for a single specified registered custom property value that includes its original URL
Enums§
- Allow
Computationally Dependent - Whether the computed value parsing should allow computationaly dependent values like 3em or var(-foo).
- Generic
Value Component - A generic enum used for both specified value components and computed value components.
- Value
Inner - A specified registered custom property value.
Type Aliases§
- Computed
Value - Computed custom property value.
- Computed
Value Component - A single component of the computed value.
- Small
Component 🔒Vec - Specified
Value - Specified custom property value.
- Specified
Value Component - A single component of the specified value.