MCPcopy
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

15export interface IPlugin {
16 name: string;
17 init(options: PluginInitOptions): void;
18 destroy(): void;
19}
20

Callers 15

initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
registerPluginMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65

Implementers 15

ResizeElementsrc/editor/plugins/resize-element.ts
ResetViewBoxsrc/editor/plugins/reset-viewbox.ts
CoreSyncPluginsrc/editor/plugins/core-sync.ts
EditBarsrc/editor/plugins/edit-bar/edit-bar.t
DragElementsrc/editor/interactions/drag-element.t
DblClickEditTextsrc/editor/interactions/dblclick-edit-
ZoomWheelsrc/editor/interactions/zoom-wheel.ts
DragCanvassrc/editor/interactions/drag-canvas.ts
BrushSelectsrc/editor/interactions/brush-select.t
SelectHighlightsrc/editor/interactions/select-highlig
HotkeyHistorysrc/editor/interactions/hotkey-history
ClickSelectsrc/editor/interactions/click-select.t

Calls

no outgoing calls

Tested by 1

setupPluginFunction · 0.52