An object specifying a select field in an integration's configuration
Attribute | Description | Example |
---|---|---|
type | Marks this object as being a Settings Select Field. Use |
|
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 |
|
options | A list of options for the user to choose from. Either a list of strings, or a list of objects with |
|
value | If a |
|
description | Description of the field, displayed to the end user. |
|
placeholder | Placeholder in the input, 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. |
|