MCPcopy
hub / github.com/Comcast/react-data-grid / Scheduler

Interface Scheduler

src/EditCell.tsx:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface Scheduler {
19 readonly postTask?: (
20 callback: () => void,
21 options?: {
22 priority?: 'user-blocking' | 'user-visible' | 'background';
23 signal?: AbortSignal;
24 delay?: number;
25 }
26 ) => Promise<unknown>;
27}
28
29/*
30 * To check for outside `mousedown` events, we listen to all `mousedown` events at their birth,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected