cssNamespaceRule top-level property

dynamic get cssNamespaceRule

An object representing a single CSS @namespace at-rule. It implements the CSSRule interface, with a type value of 10 (CSSRule.NAMESPACE_RULE).

MDN Reference

Implementation

_i2.dynamic get cssNamespaceRule => _i4.getProperty(
      _self,
      'CSSNamespaceRule',
    );