ActionItem

Public Interface

Table of Contents
Signature
interface ActionItem {}

Properties

checkbox

Public PropertySignature

Signature
checkbox?: boolean

contextMenuLabel

Public PropertySignature

Signature
contextMenuLabel?: TLTranslationKey
References

TLTranslationKey


icon

Public PropertySignature

Signature
icon?: TLUiIconType
References

TLUiIconType


id

Public PropertySignature

Signature
id: string

kbd

Public PropertySignature

Signature
kbd?: string

label

Public PropertySignature

Signature
label?: TLTranslationKey
References

TLTranslationKey


menuLabel

Public PropertySignature

Signature
menuLabel?: TLTranslationKey
References

TLTranslationKey


onSelect

Public PropertySignature

Signature
onSelect: () => Promise<void> | void
References

Promise


readonlyOk

Public PropertySignature

Signature
readonlyOk: boolean

shortcutsLabel

Public PropertySignature

Signature
shortcutsLabel?: TLTranslationKey
References

TLTranslationKey


title

Public PropertySignature

Signature
title?: string

Edit this page
Last edited on 11 May 2023
ActionsContext