Properties that can be expected to receive inside a form message field.
Name | Type | Description | Notes |
---|---|---|---|
placeholder | String | Placeholder text for the field. Form message only. | [optional] |
minSize | Integer | The minimum allowed length for the response for a field of type text. Form message only. | [optional] |
maxSize | Integer | The maximum allowed length for the response for a field of type text. Form message only. | [optional] |
options | List<Object> | Array of objects representing options for a field of type select. | [optional] |