@vttforge/core / TextPromptField
Interface: TextPromptField
Extends
PromptFieldBase
Properties
hint?
readonlyoptionalhint?:string
Hint under the input, as a localization key or text.
Inherited from
PromptFieldBase.hint
label
readonlylabel:string
Label, as a localization key or text.
Inherited from
PromptFieldBase.label
name
readonlyname:string
The key in the result, and the input's name.
Inherited from
PromptFieldBase.name
placeholder?
readonlyoptionalplaceholder?:string
required?
readonlyoptionalrequired?:boolean
type
readonlytype:"text"
value?
readonlyoptionalvalue?:string