popupTextConfig

Examples

kind: Text
text: Hello World
type: h1 # OPTIONAL

Object properties

Name Type Required
kind Constant: Text yes
text string yes
type One of no

Object information

  • Object with the following properties:
    • kind (required): Constant Text
      • Text is used to input text
    • text (required): string
      • The text of the text input
    • type (optional): One of the following types:
      • Constant lead
      • Constant h1
      • Constant h2
      • Constant h3
      • Constant h4
      • Constant h5
      • Constant h6
      • Constant display-1
      • Constant display-2
      • Constant display-3
      • Constant display-4