[Go to site: main page, start]

Type Alias ContextMenuCondition

ContextMenuCondition: (target: HTMLElement) => boolean

Type Declaration

    • (target: HTMLElement): boolean
    • Parameters

      • target: HTMLElement

        The element that the context menu has been triggered for.

      Returns boolean