AboutSupportDeveloper GuideVersion 18.0.9

Variable StringWidgetTypeConst

StringWidgetType: {
    Dropdown: "Dropdown";
    Text: "Text";
}

The StringWidgetType is how you display a text string.

Type declaration

  • Readonly Dropdown: "Dropdown"
  • Readonly Text: "Text"