MCPcopy
hub / github.com/codex-team/editor.js / createEditor

Method createEditor

test/cypress/support/index.d.ts:16–16  ·  view source on GitHub ↗

* Custom command to select DOM element by data-cy attribute. * @param editorConfig - config to pass to the editor * @example cy.createEditor({})

(editorConfig: EditorConfig)

Source from the content-addressed store, hash-verified

14 * @example cy.createEditor({})
15 */
16 createEditor(editorConfig: EditorConfig): Chainable<EditorJS>
17
18 /**
19 * Paste command to dispatch paste event

Callers 15

createEditorFunction · 0.80
createEditorWithSaveFunction · 0.80
onchange.cy.tsFile · 0.80
block-ids.cy.tsFile · 0.80
createEditorFunction · 0.80
copy-paste.cy.tsFile · 0.80
i18n.cy.tsFile · 0.80
selection.cy.tsFile · 0.80
sanitisation.cy.tsFile · 0.80
Ui.cy.tsFile · 0.80
Saver.cy.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected