Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.34 KB

Prompt.md

File metadata and controls

23 lines (18 loc) · 1.34 KB

Prompt

Properties

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]

[Back to Model list] [Back to API list] [Back to README]