Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    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