TLUiToolItem
Table of contents
interface TLUiToolItem<
TranslationKey extends string = string,
IconType extends string = string,
> {}
Properties
icon: IconType
id: string
kbd?: string
label: TranslationKey
meta?: {
[key: string]: any
}
onSelect: (source: TLUiEventSource) => void
readonlyOk?: boolean
shortcutsLabel?: TranslationKey