Events
You can listen for emitted events by subscribing to them using the on method with your custom callback. For example, your function can be executed every time a new message is received
on
aiForm.on(eventName, (payload) => void);off
aiForm.off(subscriptionId);Events list
Event name
Description
Last updated