Interface CSSVarValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSValue
All Known Implementing Classes:
VarValue

@Deprecated(forRemoval=true) public interface CSSVarValue extends CSSPrimitiveValue
Deprecated, for removal: This API element is subject to removal in a future version.
A reference to a CSS custom property value ('variable').
  • Method Details

    • getName

      String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the name of the custom property.
      Returns:
      the name of the custom property.
    • getFallback

      LexicalUnit getFallback()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the fallback value.
      Returns:
      the fallback value, or null if there is no fallback.