Spec: string | StypProperties | EventKeeper<[string | StypProperties]> | EventSender<[string | StypProperties]> | ((this, rule) => string | StypProperties | EventKeeper<[string | StypProperties]> | EventSender<[string | StypProperties]>)

CSS properties specifier.

This can be one of:

  • raw CSS text,
  • CSS properties map,
  • an event keeper sending CSS text or properties map,
  • an event sender sending CSS text or properties map, or
  • a function depending on style rule and returning one of the above.

Generated using TypeDoc