Events evCreate API Section
The Events section of the evCreate API includes a type alias, enumeration, interface, and functions to track events occurred during a single document editing session in the Canvas Envision Creator web app.
event namespace
The Events evCreate API section is accessed with the event namespace:
Type aliases
EvEventCallbackA type alias for the signature of an event callback function.
Enumerations
EvEventTypeAn enumeration of the types of events broadcast during a single document editing session in the Canvas Envision Creator web app.
Interfaces
EvEventAn interface that defines an event occurred during a single document editing session in the Canvas Envision Creator web app.
Functions
RegisterCallback(callback: EvEventCallback, events: EvEventType[], unregisterTag?: string): voidA function to register a given callback function for given types of events that will occur during the current document editing session in the Canvas Envision Creator web app.
UnregisterCallback(unregisterTag: string): voidA function to unregister a given registered callback function for given event types from the callback registry.