Name | Type | Description | Notes |
---|---|---|---|
name | String | ||
fieldKey | String | Name of the form field, also used to store the value | |
label | String | ||
type | PromptTypeEnum | ||
_required | Bool | [optional] | |
placeholder | String | Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. | [optional] |
initialValue | String | Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. | [optional] |
order | Int | [optional] | |
promptstageSet | [StageRequest] | [optional] | |
subText | String | [optional] | |
placeholderExpression | Bool | [optional] | |
initialValueExpression | Bool | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.