Class StypRuleListAbstract

Dynamically updated list of CSS rules.

This is an iterable of rules, an EventSenderof their updates, and anEventKeeper` of itself.

Hierarchy

Implements

Constructors

Properties

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.

Methods

Generated using TypeDoc