MCPcopy Create free account
hub / github.com/editablejs/editable / isGridCell

Function isGridCell

packages/models/src/interfaces/editor.ts:184–186  ·  view source on GitHub ↗
(editor: SlateEditor, value: any)

Source from the content-addressed store, hash-verified

182 },
183
184 isGridCell(editor: SlateEditor, value: any): value is GridCell {
185 return editor.isGridCell(value)
186 },
187
188 isList(editor: SlateEditor, value: any): value is List {
189 return editor.isList(value)

Callers 1

withTableCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…