Options
All
  • Public
  • Public/Protected
  • All
Menu

Dropdown is rendered.

Hierarchy

  • InputOptionsBase
    • ChoiceInputOptions

Index

Properties

choices

choices: (() => Promise<ChoiceItem[]>) | ChoiceItem[]

Choices to be shown in the dropdown

labelTKey

labelTKey: string

Key used to pickup the string corresponding to the label of the UI element, from the strings JSON file.

Optional placeholderTKey

placeholderTKey: string | (() => Promise<string>)

Key used to pickup the string corresponding to the placeholder text of the dropdown, from the strings JSON file.

Generated using TypeDoc