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

Function isGrid

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

Source from the content-addressed store, hash-verified

174 return editor.isSolidVoid(element)
175 },
176 isGrid(editor: SlateEditor, value: any): value is Grid {
177 return editor.isGrid(value)
178 },
179
180 isGridRow(editor: SlateEditor, value: any): value is GridRow {
181 return editor.isGridRow(value)

Callers 1

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