Interface CSSLayerBlockRule

All Superinterfaces:
CSSGroupingRule, CSSRule, CSSRule

public interface CSSLayerBlockRule extends CSSGroupingRule
Represents a ‘@layer’ block rule.
  • Method Details

    • getName

      String getName()
      The layer name.
      Returns:
      the layer name declared by the at-rule, or the empty string if the layer is anonymous.