MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / request

Method request

packages/core/src/cursor/cursorState.ts:46–46  ·  view source on GitHub ↗

Request cursor to be shown at position with given appearance.

(req: CursorRequest)

Source from the content-addressed store, hash-verified

44export interface CursorStateCollector {
45 /** Request cursor to be shown at position with given appearance. */
46 request(req: CursorRequest): void;
47
48 /** Get the resolved cursor state after all widget requests. */
49 resolve(): CursorState | null;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected