Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogItem<Strings>

Item of input dialog

Type parameters

  • Strings: string

Hierarchy

  • DialogItem

Index

Properties

Optional autoFocus

autoFocus: boolean

Whether focus should be put into this item automatically

initValue

initValue: string

Initial value of this item

labelKey

labelKey: Strings

Localized string key of the input item name

unlocalizedLabel

unlocalizedLabel: string

Unlocalized string for the label text. This will be used when a valid localized string is not found using the given string key

Generated using TypeDoc