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

Function isList

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

Source from the content-addressed store, hash-verified

186 },
187
188 isList(editor: SlateEditor, value: any): value is List {
189 return editor.isList(value)
190 },
191
192 marks: SlateEditor.marks as (editor: SlateEditor) => EditorMarks,
193

Callers 3

withTaskListFunction · 0.85
withUnorderedListFunction · 0.85
withOrderedListFunction · 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…