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

Method render

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

Tune control displayed in block tunes popover

()

Source from the content-addressed store, hash-verified

324
325 /** Tune control displayed in block tunes popover */
326 public render(): HTMLElement {
327 const button = document.createElement('button');
328
329 button.classList.add('ce-settings__button');
330 button.innerText = 'Tune2';
331
332 return button;
333 }
334 }
335
336 /** Create editor instance */

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected