Button
This node renders a clickable button.
The Button node is a fundamental UI control for triggering actions.
The Button node creates a standard button element. It can contain text (Label) and an icon. It emits a Click signal when pressed, which is the primary way to start logic flows in your application.
Inputs
General
| Data | Description |
|---|---|
| Label | The text to display on the button. |
| Disabled | Boolean. If true, the button cannot be clicked and usually appears grayed out. |
Style
| Data | Description |
|---|---|
| Background Color | The background color of the button. |
| Text Color | The color of the label text. |
| Border Radius | Corner roundness. |
Icon
| Data | Description |
|---|---|
| Icon | Name of the Material Icon to display (e.g., "home", "settings"). |
| Icon Position | "Left" or "Right" of the text. |