style property
JSObject
get
style
The style
read-only property of the CSSPageRule interface returns
a CSSStyleDeclaration object. This represents an object that is a
CSS declaration block,
and exposes style information and various style-related methods and
properties.
Implementation
external JSObject get style;