VibeFlow home page
Search...
⌘K
Ask AI
Contact Us
Search...
Navigation
Frontend Integration
Frontend Element Node
Documentation
Nodes Reference
Community
Data Nodes
Collection Node
Query Node
Mutation Node
Integration Nodes
Agent Node
Frontend Integration
Frontend Element Node
On this page
Overview
Required Configuration
UI Element
Configuration Based on Usage
For Queries (Display Data)
For Mutations/Actions (Trigger Actions)
Notes
Related Nodes
Frontend Integration
Frontend Element Node
Connect workflows to UI elements
Overview
The
Frontend Element Node
connects your workflows to frontend UI elements. It detects elements in your frontend code and triggers workflows based on user interactions.
Required Configuration
UI Element
Must select from detected frontend elements in your application.
Configuration Based on Usage
For Queries (Display Data)
UI Element
- Select the frontend element to display data
Event Type
- Not required for queries
Variables
- Not needed for data display
For Mutations/Actions (Trigger Actions)
UI Element
- Select the frontend element that triggers the action
Event Type
- Required (onClick, onSubmit, onChange, etc.)
Variables
- Select which variables to pass to the mutation or action
Notes
Node automatically detects UI elements from your frontend code
For queries: Only frontend element selection needed
For mutations: Event trigger and variable selection required
Related Nodes
Query Node
Fetch data triggered by UI interactions
Mutation Node
Save data from user interactions
Agent Node
Assistant
Responses are generated using AI and may contain mistakes.