layerName property

String? get layerName

The read-only layerName property of the CSSImportRule interface returns the name of the cascade layer created by the at-rule.

If the created layer is anonymous, the string is empty (""), if no layer has been created, it is the null object.

Implementation

external String? get layerName;