CSSVariableReferenceValue: variable property

Note: This feature is available in Web Workers.

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

Value

A string beginning with -- (that is, a custom property name).

Specifications