Button
The Button component provides an interactive element to trigger actions in a form. This could be submitting data, opening modals, or executing scripts. It supports a range of styling options, icons, and visibility rules to align with the design and workflows.
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Common
Caption string
Text displayed on the button.
Icon object
An optional icon to be displayed on the button.
Appearance
Type object
Predefined button style:
- Default (default)
- Primary
- Dashed
- Link
- Text
- Ghost