Core Concepts
Controls
Controls
A receiver can be configured with a control which adds special GUI features to the node. There are several controls to choose from:
- Textbox - A text field or textbox for entering text.
- Select - A dropdown list for selecting a menu item.
- Slider - A slider for selecting a value from a range.
- Checkbox - A checkbox for selecting a boolean value.
- Image - An image control for displaying an image.
- Button - A button control for triggering an event.
- KVSelect - A Select control which takes its options from a key-value dictionary.
- Plotly - A Plotly control for displaying a Plotly graph.
- Table - A Table control for displaying a tabular data.