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

Method render

test/cypress/tests/utils/popover.cy.ts:257–264  ·  view source on GitHub ↗

Tune control displayed in block tunes popover

()

Source from the content-addressed store, hash-verified

255
256 /** Tune control displayed in block tunes popover */
257 public render(): HTMLElement {
258 const button = document.createElement('button');
259
260 button.classList.add('ce-settings__button');
261 button.innerText = 'Tune';
262
263 return button;
264 }
265 }
266
267 /** Create editor instance */

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected