popupTextAreaConfig

Examples

kind: TextArea
label: My Label
required: false # OPTIONAL
placeholder: Enter some lines of text # OPTIONAL

Object properties

Name Type Required
kind Constant: TextArea yes
label string yes
required boolean no
placeholder string no

Object information

  • Object with the following properties:
    • kind (required): Constant TextArea
      • TextArea is used to input text
    • label (required): string
      • The label of the text input
    • required (optional): boolean
      • Optionally define if the input is required
    • placeholder (optional): string
      • Optionally display a placeholder when the value is empty