CSS stylesheet renderer specifier.

Hierarchy

  • Spec

Methods

Methods

  • Reads or converts CSS properties from the rule.

    The style producer will receive CSS properties from the returned event keeper.

    When omitted the original properties will be used instead.

    Parameters

    • properties: AfterEvent<[StypProperties<Generic>]>

      AfterEvent keeper of CSS rule properties. This is either the one from CSS rule, or the one returned from previous renderer specifier in renderers chain.

    Returns EventKeeper<[StypProperties<Generic>]>

    CSS properties event keeper.

Generated using TypeDoc