Clickable Element
Purpose
Sets the Clickable boolean property. A clickable element will trigger a POST to the defined callbackUrl when pressed.
Example
clickable-element --elementName button1 --clickable boolean
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The element name. |
--clickable | Boolean | Mandatory | true or false |
tip
Each clickable element will trigger a separate POST to the URL provided. It is usually desirable to only have a single clickable component in a given object e.g. only the button is clickable, the label of the button is not and is a child of the button.