Button
The Button component adds a button.

It has the following configuration options:
- Text: here you can enter the text content.
- Icon: here you can select the button icon.
- Tooltip: here you can define a tooltip that appears when hovering over the button.
- Layout: here you can define the button layout.
Options:
- Default: if you select this option, the layout of the button will be default.
- Main type: if you select this option, the layout of the button will correspond with the Main button style that you have defined in the Styling. See Styling for more information.
- Second type: if you select this option, the layout of the button will correspond with the Second button style that you have defined in the Styling.. See Styling for more information.
Actions
With Actions you can manage actions that are started by a
trigger. The following triggers are available:
- Click: this trigger will start an action if you click the button.
- Double click: this trigger will start an action if you double click the button.
See Working with Actions for more information on Actions.