Table of contents
interface TLUiToolItem<
  TranslationKey extends string = string,
  IconType extends string = string,
> {}

Properties

icon

icon: IconType

id

id: string

kbd

kbd?: string

label

label: TranslationKey

meta

meta?: {
  [key: string]: any
}

onSelect

onSelect: (source: TLUiEventSource) => void

readonlyOk

readonlyOk?: boolean

shortcutsLabel

shortcutsLabel?: TranslationKey

TLUiToastsContextTypeTLUiToolsProviderProps