Class StypRuleHierarchyAbstract

Dynamic list of all CSS rules in hierarchy starting from its root.

Hierarchy

Constructors

Properties

nested: StypRuleList

Dynamic list of all CSS rules directly nested within the root one.

onUpdate: OnEvent<[StypRule[], StypRule[]]>

An OnEvent sender of this rule list updates.

The list updates receiver accepts two arguments:

  • An array of added rules
  • An array of removed rules.

The [OnEvent__symbol] property is an alias of this one.

Returns

OnEvent sender of rule list updates.

read: AfterEvent<[StypRuleList]>

An AfterEvent keeper of rule list.

The [AfterEvent__symbol] property is an alias of this one.

Dynamic list containing only root CSS rule.

This list never changes actually.

Methods

Generated using TypeDoc