Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
values
Method · 0.80
Tested by
no test coverage detected