Class ChangeTracker

Keeps track of if a change occurred. Used by the onChange RenderMode to decide when to render.

An App has a change tracker by default.

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Register a change. Called from any system that performs changes.

    Returns void

  • Reset the change. Should only be called from the 'consumer' of the change (e.g., an App).

    Returns void