MCPcopy
hub / github.com/slab/quill / Op

Interface Op

packages/quill/test/e2e/pageobjects/EditorPage.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type Composition from '../fixtures/Composition.js';
3
4interface Op {
5 insert?: string | Record<string, unknown>;
6 delete?: number;
7 retain?: number | Record<string, unknown>;
8 attributes?: Record<string, unknown>;
9}
10
11const getTextNodeDef = [
12 'el',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected