evCreate API 5.7 Help

EvEventCallback Type Alias

EvEventCallback is a TS type alias for the signature of a function that the system will call when an event of a registered type occurs during a single document editing session in the Canvas Envision Creator web app.

type EvEventCallback: (event: [[[EvEvent|evevent-interface.html]]]) => void;

Parameters

event: EvEvent

An EvEvent object, an event of a registered type that occurred during a single document editing session in the Canvas Envision Creator web app.

Return value

void

void, a notification that the function was called successfully.

30 April 2025