Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ranuts/document
/ PluginConfig
Interface
PluginConfig
types/editor.d.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
PluginConfig {
2
name: string;
3
url: string;
4
config?: Record<string, any>;
5
}
6
7
interface
DocEditorConfig {
8
document: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected