formData.notify

(FintechOS Platform 24.2 and later)

Triggers a custom event (that was defined using the formData.registerEvent function).

Syntax

Copy
formData.notify(customEventName: string, payload?: any): void
 
Parameter Type Description
customEventName string Name of the triggered custom event.
payload? any Input parameters for the event handlers' callback functions.

Examples