CSSStyleRule
Overview
CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
styleMap
property styleMap: dynamic read;
dynamic styleMap { get; }
var styleMap: dynamic { get{} }
dynamic styleMap { __get; }
ReadOnly Property styleMap() As dynamic