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

Method methods

src/components/modules/api/tools.ts:11–15  ·  view source on GitHub ↗

* Available methods

()

Source from the content-addressed store, hash-verified

9 * Available methods
10 */
11 public get methods(): ToolsAPIInterface {
12 return {
13 getBlockTools: () => Array.from(this.Editor.Tools.blockTools.values()),
14 };
15 }
16}

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected