MCPcopy
hub / github.com/apache/echarts / UserDefinedToolboxFeature

Interface UserDefinedToolboxFeature

src/component/toolbox/featureManager.ts:93–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91export {ToolboxFeature};
92
93export interface UserDefinedToolboxFeature {
94 uid: string
95
96 model: ToolboxFeatureModel
97 ecModel: GlobalModel
98 api: ExtensionAPI
99
100 featureName?: string
101
102 onclick(): void
103}
104
105type ToolboxFeatureCtor = {
106 new(): ToolboxFeature

Callers

nothing calls this directly

Implementers 7

LegendViewsrc/component/legend/LegendView.ts
BrushFeaturesrc/component/toolbox/feature/Brush.ts
SaveAsImagesrc/component/toolbox/feature/SaveAsIm
DataZoomFeaturesrc/component/toolbox/feature/DataZoom
RestoreOptionsrc/component/toolbox/feature/Restore.
DataViewsrc/component/toolbox/feature/DataView
MagicTypesrc/component/toolbox/feature/MagicTyp

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…