MCPcopy
hub / github.com/plait-board/drawnix / BoardChangeData

Interface BoardChangeData

packages/react-board/src/plugins/board.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface BoardChangeData {
19 children: PlaitElement[];
20 operations: PlaitOperation[];
21 viewport: Viewport;
22 selection: Selection | null;
23 theme: PlaitTheme;
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected