MCPcopy
hub / github.com/udecode/plate / CursorOverlayState

Interface CursorOverlayState

packages/cursor/src/types.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16export interface CursorOverlayState<TCursorData extends Record<string, unknown>>
17 extends CursorState<TCursorData> {
18 caretPosition: CaretPosition | null;
19 selectionRects: SelectionRect[];
20}
21
22export type CursorState<TCursorData extends UnknownObject = UnknownObject> = {
23 selection: TRange | null;

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…