An object specifying a switch field in an integration's configuration
A switch is a binary input, with a value of either true
or false
.
Attribute | Description | Example |
---|---|---|
type | Marks this object as being a Settings Switch Field. |
|
name | Name of this field, for use with your systems. |
|
label | Label for the field, visible to the end user. Defaults to the value of |
|
value | The value of the field. Defaults to |
|
description | Description of the field, displayed to the end user. |
|
hint | Extra detail that may help the end user with this field. |
|
validationMessage | An error message indicating that the user has filled in this field incorrectly. |
|