Properties that can be expected to receive inside a form message field.
Name | Type | Description | Notes |
---|---|---|---|
placeholder | str | Placeholder text for the field. Form message only. | [optional] |
min_size | int | The minimum allowed length for the response for a field of type text. Form message only. | [optional] [default to 1] |
max_size | int | The maximum allowed length for the response for a field of type text. Form message only. | [optional] [default to 128] |
options | list[object] | Array of objects representing options for a field of type select. | [optional] |