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

Function isReadOnly

packages/editor/src/plugin/editable.ts:346–348  ·  view source on GitHub ↗

* Check if the editor is in read-only mode.

(editor: Editor)

Source from the content-addressed store, hash-verified

344 */
345
346 isReadOnly(editor: Editor): boolean {
347 return ReadOnly.is(editor)
348 },
349
350 /**
351 * Blur the editor.

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…