MCPcopy
hub / github.com/makeplane/plane / Commands

Interface Commands

packages/editor/src/core/extensions/keymap.ts:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15declare module "@tiptap/core" {
16 interface Commands<ReturnType> {
17 customKeymap: {
18 /**
19 * Select text between node boundaries
20 */
21 selectTextWithinNodeBoundaries: () => ReturnType;
22 };
23 }
24}
25
26function collectRanges(transactions: readonly Transaction[]): Array<number> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected