initialValue property

String? get initialValue

The read-only initialValue nullable property of the CSSPropertyRule interface returns the initial value of the custom property registration represented by the rule, controlling the property's initial value.

Implementation

external String? get initialValue;