sheet property

CSSStyleSheet? get sheet

The sheet read-only property of the HTMLLinkElement interface contains the stylesheet associated with that element.

A stylesheet is associated to an HTMLLinkElement if rel="stylesheet" is used with <link>.

Implementation

external CSSStyleSheet? get sheet;