ActionItem
Public Interface
Table of Contents
Signature
interface ActionItem {}
Properties
checkbox
Public PropertySignature
Signature
checkbox?: boolean
contextMenuLabel
Public PropertySignature
Signature
contextMenuLabel?: TLTranslationKey
References
icon
Public PropertySignature
Signature
icon?: TLUiIconType
References
id
Public PropertySignature
Signature
id: string
kbd
Public PropertySignature
Signature
kbd?: string
label
Public PropertySignature
Signature
label?: TLTranslationKey
References
menuLabel
Public PropertySignature
Signature
menuLabel?: TLTranslationKey
References
onSelect
Public PropertySignature
Signature
onSelect: (source: TLUiEventSource) => Promise<void> | void
References
readonlyOk
Public PropertySignature
Signature
readonlyOk: boolean
shortcutsLabel
Public PropertySignature
Signature
shortcutsLabel?: TLTranslationKey
References
title
Public PropertySignature
Signature
title?: string