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
Return value
voidvoid, a notification that the function was called successfully.
30 April 2025