Trilium Frontend API
    Preparing search index...

    Type Alias ContextMenuHandler

    ContextMenuHandler: (
        e: JQuery.ContextMenuEvent<any, any, any, any> | null,
    ) => void

    Type Declaration

      • (e: JQuery.ContextMenuEvent<any, any, any, any> | null): void
      • Parameters

        • e: JQuery.ContextMenuEvent<any, any, any, any> | null

        Returns void