MCPcopy Index your code
hub / github.com/dataease/SQLBot / StringPathBookmark

Interface StringPathBookmark

frontend/public/tinymce/tinymce.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface StringPathBookmark {
2 start: string;
3 end?: string;
4 forward?: boolean;
5}
6interface RangeBookmark {
7 rng: Range;
8 forward?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected