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

Interface HistoryOptions

packages/quill/src/modules/history.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { Range } from '../core/selection.js';
7
8export interface HistoryOptions {
9 userOnly: boolean;
10 delay: number;
11 maxStack: number;
12}
13
14export interface StackItem {
15 delta: Delta;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…