MCPcopy Create free account
hub / github.com/dataease/SQLBot / RangeBookmark

Interface RangeBookmark

frontend/public/tinymce/tinymce.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 forward?: boolean;
5}
6interface RangeBookmark {
7 rng: Range;
8 forward?: boolean;
9}
10interface IdBookmark {
11 id: string;
12 keep?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected