Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.17 KB

PromptRequest.md

File metadata and controls

21 lines (16 loc) · 1.17 KB

PromptRequest

Properties

Name Type Description Notes
name kotlin.String
fieldKey kotlin.String Name of the form field, also used to store the value
label kotlin.String
type PromptTypeEnum
required kotlin.Boolean [optional]
placeholder kotlin.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 kotlin.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 kotlin.Int [optional]
promptstageSet kotlin.collections.List<StageRequest> [optional]
subText kotlin.String [optional]
placeholderExpression kotlin.Boolean [optional]
initialValueExpression kotlin.Boolean [optional]