@vttforge/core / TextareaPromptField
Interface: TextareaPromptField
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
rows?
readonlyoptionalrows?:number
type
readonlytype:"textarea"
value?
readonlyoptionalvalue?:string