Name | Type | Description | Notes |
---|---|---|---|
pk | uuid::Uuid | [readonly] | |
name | String | ||
field_key | String | Name of the form field, also used to store the value | |
label | String | ||
r#type | models::PromptTypeEnum | ||
required | Option<bool> | [optional] | |
placeholder | Option<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] |
initial_value | Option<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 | Option<i32> | [optional] | |
promptstage_set | Option<Vecmodels::Stage> | [optional] | |
sub_text | Option<String> | [optional] | |
placeholder_expression | Option<bool> | [optional] | |
initial_value_expression | Option<bool> | [optional] |