Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.3 KB

PromptRequest.md

File metadata and controls

22 lines (17 loc) · 1.3 KB

PromptRequest

Properties

Name Type Description Notes
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::StageRequest> [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]