TLUiActionItem

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

Properties

checkbox

optional
checkbox?: boolean

icon

optional
icon?: IconType

id

id: string

kbd

optional
kbd?: string

label

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

readonlyOk

optional
readonlyOk?: boolean

Methods

onSelect

Parameters

NameDescription

source

Returns

Promise<void> | void

Prev
TLTypeFace
Next
TLUiActionsMenuProps