Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Events to Flottform default component for developer customization #74

Open
1 task
TamaraBogantseva opened this issue Oct 28, 2024 · 0 comments
Open
1 task
Labels
⚡ new New tasks that were recently added and need attention from project management

Comments

@TamaraBogantseva
Copy link
Contributor

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:

  • 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

\

@TamaraBogantseva TamaraBogantseva added the ⚡ new New tasks that were recently added and need attention from project management label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ new New tasks that were recently added and need attention from project management
Projects
None yet
Development

No branches or pull requests

1 participant