Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextValue

A string.

Example:

{
    valueType: 'text',
    text: 'a string'
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • TextValue

Index

Properties

Properties

text

text: string

valueType

valueType: "text"

Generated using TypeDoc