IRegistryEvents

Type interface

Define events available for Registry

Inheritance

IRegistryEvents does not extend any other symbol.

IRegistryEvents is not extended by any other symbol.

Properties

enterframe
#

Param { type: "enterframe",
  target: Target }

Invoked when update cycle starts. Before invalid elements are re-validated.

exitframe
#

Param { type: "exitframe",
  target: Target }

Invoked when udpate cycle ends. After invalid elements have been re-validated.