> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Button

> Button

The `button` element adds a clickable button to your screen. Used to submit forms and offer standard button functionality.

## Configuration

| Setting | Description                                  |
| :------ | :------------------------------------------- |
| label   | UI label                                     |
| title   | Text on the button                           |
| onClick | JavaScript called when the button is pressed |

## Functions

### getFieldValue(String field)

Returns a field.

### setFieldValue(String action, Map values)

| Action | Map keys | Description                  |
| :----- | :------- | :--------------------------- |
| script | onclick  | Sets the selected JavaScript |
