Interface CSSCustomPropertyValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSPrimitiveValue2, CSSValue, ExtendedCSSPrimitiveValue, ExtendedCSSValue
All Known Implementing Classes:
CustomPropertyValue

public interface CSSCustomPropertyValue extends ExtendedCSSPrimitiveValue
A CSS custom property value ('variable').
  • Method Details

    • getName

      String getName()
      Get the name of this custom property.
      Returns:
      the name of this custom property.
    • getFallback

      ExtendedCSSValue getFallback()
      Get the fallback value.
      Returns:
      the fallback value, or null if there is no fallback.