disabled property
bool
get
disabled
The HTMLStyleElement.disabled property can be used to get and set
whether the stylesheet is disabled (true) or not (false).
Note that there is no corresponding disabled attribute on the HTML
<style>
element.
Implementation
external bool get disabled;
set
disabled
(bool value)
Implementation
external set disabled(bool value);