MCPcopy
hub / github.com/tinymce/tinymce / TestDataCell

Interface TestDataCell

modules/snooker/src/test/ts/browser/CopySelectedTest.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { LOCKED_COL_ATTR } from 'ephox/snooker/util/LockedColumnUtils';
7
8interface TestDataCell {
9 readonly type: 'cell';
10 readonly selected: boolean;
11 readonly html: string;
12 readonly rowspan?: string;
13 readonly colspan?: string;
14 readonly locked?: boolean;
15}
16
17interface TestDataCol {
18 readonly type: 'col';

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…