MCPcopy
hub / github.com/hello-pangea/dnd / MessagePreset

Interface MessagePreset

src/screen-reader-message-preset.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8} from './types';
9
10export interface MessagePreset {
11 dragHandleUsageInstructions: string;
12 onDragStart: (start: DragStart) => string;
13 onDragUpdate: (update: DragUpdate) => string;
14 onDragEnd: (result: DropResult) => string;
15}
16
17const dragHandleUsageInstructions = `
18 Press space bar to start a drag.

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…