Table of contents
interface TLUiActionItem<
  TransationKey extends string = string,
  IconType extends string = string,
> {}

Properties

checkbox

checkbox?: boolean

icon

icon?: IconType

id

id: string

kbd

kbd?: string

label

label?:
  | {
      [key: string]: TransationKey
    }
  | TransationKey

onSelect

onSelect: (source: TLUiEventSource) => Promise<void> | void

readonlyOk

readonlyOk?: boolean

TLTypeFaceTLUiActionsMenuProps