Skip to content

本页由脚本自动生成,请勿手动编辑。如需补充说明,请使用 ::: tip 块。

Defined in: plugins/chart/chart.d.ts:34

Extends

Constructors

Constructor

ts
new ChartPlugin(host): ChartPlugin;

Defined in: types/base-plugin.d.ts:8

Parameters

ParameterType
hostEditorHost

Returns

ChartPlugin

Inherited from

BasePlugin.constructor

Properties

name

ts
name: string;

Defined in: plugins/chart/chart.d.ts:35

Overrides

BasePlugin.name


version

ts
version: string;

Defined in: plugins/chart/chart.d.ts:36

Overrides

BasePlugin.version

Methods

install()

ts
install(): void;

Defined in: types/base-plugin.d.ts:9

Returns

void

Inherited from

BasePlugin.install


uninstall()

ts
uninstall(): void;

Defined in: types/base-plugin.d.ts:10

Returns

void

Inherited from

BasePlugin.uninstall


activate()

ts
activate(): void;

Defined in: types/base-plugin.d.ts:11

Returns

void

Inherited from

BasePlugin.activate


deactivate()

ts
deactivate(): void;

Defined in: types/base-plugin.d.ts:12

Returns

void

Inherited from

BasePlugin.deactivate

基于 MIT 许可发布