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

Method render

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

Tune control displayed in block tunes popover

()

Source from the content-addressed store, hash-verified

307
308 /** Tune control displayed in block tunes popover */
309 public render(): HTMLElement {
310 const button = document.createElement('button');
311
312 button.classList.add('ce-settings__button');
313 button.innerText = 'Tune1';
314
315 return button;
316 }
317 }
318
319 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected