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

Function isGridRow

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

Source from the content-addressed store, hash-verified

178 },
179
180 isGridRow(editor: SlateEditor, value: any): value is GridRow {
181 return editor.isGridRow(value)
182 },
183
184 isGridCell(editor: SlateEditor, value: any): value is GridCell {
185 return editor.isGridCell(value)

Callers 1

withTableRowFunction · 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…