View
Interaction Outdated
View is a widget flow node that displays interactive UI elements to users.
Description
The View node renders a user interface that can contain various interactive elements such as buttons, text, images, inputs, checkboxes, and containers. This node is essential for creating user-facing widgets that require user interaction or information display.
The view can be configured as either a dialog (modal popup) or an inline element that appears directly on the page.
Configuration
Dialog
Dialog – when enabled, the view is displayed as a modal popup overlay. When disabled, the view appears inline on the page where the widget is embedded.
Root
Root – the main container that holds all UI elements. The root is always a container element that can contain other UI blocks:
- Container – a layout element that can hold other blocks
- Button – clickable button element
- Text – text display element
- Image – image display element
- Input – text input field
- Checkbox – checkbox input element
Each block type has its own configuration options for styling, behavior, and content.
Limitations
Name | Value |
---|---|
Inputs | Exactly one |
Outputs | Exactly one |
Context values
This widget flow node doesn't provide any context values directly, but user interactions with view elements (such as button clicks or form submissions) can trigger subsequent flow nodes and provide context values.