TLUiActionItem
Table of contents
interface TLUiActionItem<
TransationKey extends string = string,
IconType extends string = string,
> {}
Properties
checkbox?: boolean
icon?: IconType
id: string
kbd?: string
label?:
| {
[key: string]: TransationKey
}
| TransationKey
onSelect: (source: TLUiEventSource) => Promise<void> | void
readonlyOk?: boolean