You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want the Flottform default component to notify developers when it’s connected and when it’s done with its tasks. This will let developers easily add custom actions, like updating the UI or showing messages when these events happen. Specifically:
Emit a connect event when a connection is successfully established.
Emit a done event when the component finishes its work.
This change allows developers to set up event listeners, for example, createTextInput.on('done', () => ...), so they can add custom actions.
Links / References
\
Tasks / Definition of Done
Update the Flottform default component to emit the connect and done events.
Further information
\
The text was updated successfully, but these errors were encountered:
Description
We want the Flottform default component to notify developers when it’s connected and when it’s done with its tasks. This will let developers easily add custom actions, like updating the UI or showing messages when these events happen. Specifically:
connect
event when a connection is successfully established.done
event when the component finishes its work.This change allows developers to set up event listeners, for example,
createTextInput.on('done', () => ...)
, so they can add custom actions.Links / References
\
Tasks / Definition of Done
Further information
\
The text was updated successfully, but these errors were encountered: