StateUpdater: CxEntry<StateUpdater, Normalized>

Component context entry containing a component state updater function.

This function is called by default when component state changes, e.g. attribute value or DOM property modified.

Does nothing by default and after component destruction.

When multiple state updaters provided, they all will be called on each state update, in reverse order.

Generated using TypeDoc