Abstract Readonly Abstract nestedDynamic list of all CSS rules directly nested within the root one.
Readonly Abstract onAn OnEvent sender of this rule list updates.
The list updates receiver accepts two arguments:
The [OnEvent__symbol] property is an alias of this one.
OnEvent sender of rule list updates.
Readonly Abstract readAn AfterEvent keeper of rule list.
The [AfterEvent__symbol] property is an alias of this one.
Readonly Abstract selfDynamic list containing only root CSS rule.
This list never changes actually.
Abstract [iterator]Abstract addAppends CSS properties to nested rule.
Creates target rule if necessary.
Target rule selector.
Optional properties: StypProperties.SpecOptional CSS properties specifier.
Modified CSS rule.
Abstract getAbstract grabGrabs rules from this list matching the given query.
CSS rule query to match.
Dynamic list of rules in this list matching the given query.
Abstract watchWatches for CSS rule properties.
The properties are empty when the watched rule does not exist.
CSS selector of watched rule.
An AfterEvent registrar of CSS properties receiver.
Generated using TypeDoc
Dynamic list of all CSS rules in hierarchy starting from its root.