Event Emitter
Last updated
Last updated
Plugin page: https://bubble.io/plugin/event-emitter-1726928443001x374662717670686700
The Event Emitter plugin makes developers' lives easier by simplifying event handling. With this tool, you can effortlessly pass events from reusable components to the page, eliminating the need for unnecessary state management. Say goodbye to the hassle and hello to streamlined, efficient event handling!
Effortless Event Passing: With Event Emitter, you can easily emit events from deeply nested reusable components.
Simplified State Management: No need for complicated state watchers! Just send events directly, making your app cleaner.
Find and install the plugin: Search for the plugin in the plugin list and install it in your application.
Add the Event Emitter Element: Find the "Event Emitter & Listener" element in the sidebar and drag it into the reusable element you need to pass event from.
Add the Event Emitter Listener: Find the same "Event Emitter & Listener" element in the sidebar again and drag it onto the page you need to pass the event to.
Configure the Listener Element: Select listener element and list the events this element will be subscribed to in "Event Names" field.
Configure the workflow to send the event: Set the values for event name and data that you will be sending in "Emit Event" action.
Now once this workflow runs, the data from your reusable element will be emitted to the listener element.
If you have any questions, feel free to reach out at support@thesimplelabs.com
If you suspect something isn't working quite right, please don't hesitate to send us a bug report. Here's an instruction on how to file a bug report. Your input helps us quickly address issues and strive for continuous improvement. Thank you for your cooperation!