variable property

String get variable

The variable property of the CSSVariableReferenceValue interface returns the custom property name of the CSSVariableReferenceValue.

Implementation

external String get variable;
set variable (String value)

Implementation

external set variable(String value);