MCPcopy
hub / github.com/callumalpass/tasknotes / BatchContextMenuAdapter

Interface BatchContextMenuAdapter

src/utils/clickHandlers.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import TaskNotesPlugin from "../main";
4
5interface BatchContextMenuAdapter {
6 show(event: MouseEvent): void;
7}
8
9type BatchContextMenuFactory = (
10 selectedPaths: string[],

Callers 5

showMethod · 0.65
showMethod · 0.65
showMethod · 0.65
showMethod · 0.65
handleContextMenuFunction · 0.65

Implementers 13

PriorityContextMenusrc/components/PriorityContextMenu.ts
ContextMenusrc/components/ContextMenu.ts
TaskContextMenusrc/components/TaskContextMenu.ts
ICSEventContextMenusrc/components/ICSEventContextMenu.ts
StatusContextMenusrc/components/StatusContextMenu.ts
ReminderContextMenusrc/components/ReminderContextMenu.ts
DateContextMenusrc/components/DateContextMenu.ts
BatchContextMenusrc/components/BatchContextMenu.ts
RecurrenceContextMenusrc/components/RecurrenceContextMenu.t
StorageLocationConfirmationModalsrc/modals/StorageLocationConfirmation
TextInputModalsrc/modals/TextInputModal.ts
ConfirmationModalsrc/modals/ConfirmationModal.ts

Calls

no outgoing calls

Tested by

no test coverage detected