MCPcopy
hub / github.com/glideapps/glide-data-grid / Edit

Interface Edit

packages/source/src/use-undo-redo.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useCallback, useEffect, useMemo, useReducer, useRef, useState } from "react";
4
5interface Edit {
6 cell: Item;
7 newValue: EditableGridCell;
8}
9
10interface Batch {
11 edits: Edit[];

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…