Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antvis/Infographic
/ init
Method
init
src/editor/types/plugin.ts:17–17 ·
view source on GitHub ↗
(options: PluginInitOptions)
Source
from the content-addressed store, hash-verified
15
export
interface
IPlugin {
16
name: string;
17
init(options: PluginInitOptions): void;
18
destroy(): void;
19
}
20
Callers
15
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
registerPlugin
Method · 0.65
init
Method · 0.65
init
Method · 0.65
init
Method · 0.65
Implementers
15
ResizeElement
src/editor/plugins/resize-element.ts
ResetViewBox
src/editor/plugins/reset-viewbox.ts
CoreSyncPlugin
src/editor/plugins/core-sync.ts
EditBar
src/editor/plugins/edit-bar/edit-bar.t
DragElement
src/editor/interactions/drag-element.t
DblClickEditText
src/editor/interactions/dblclick-edit-
ZoomWheel
src/editor/interactions/zoom-wheel.ts
DragCanvas
src/editor/interactions/drag-canvas.ts
BrushSelect
src/editor/interactions/brush-select.t
SelectHighlight
src/editor/interactions/select-highlig
HotkeyHistory
src/editor/interactions/hotkey-history
ClickSelect
src/editor/interactions/click-select.t
Calls
no outgoing calls
Tested by
1
setupPlugin
Function · 0.52