MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / constructor

Method constructor

src/components/BatchContextMenu.ts:52–56  ·  view source on GitHub ↗
(options: BatchContextMenuOptions)

Source from the content-addressed store, hash-verified

50 private options: BatchContextMenuOptions;
51
52 constructor(options: BatchContextMenuOptions) {
53 this.menu = new ContextMenu();
54 this.options = options;
55 this.buildMenu();
56 }
57
58 private t(key: string, params?: Record<string, string | number>): string {
59 return this.options.plugin.i18n.translate(key, params);

Callers

nothing calls this directly

Calls 1

buildMenuMethod · 0.95

Tested by

no test coverage detected