Skip to content

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

Defined in: types/base.d.ts:47

Indexable

ts
[key: string]: any

Properties

name

ts
name: string;

Defined in: types/base.d.ts:48


version

ts
version: string;

Defined in: types/base.d.ts:49

Methods

install()

ts
install(host): void;

Defined in: types/base.d.ts:50

Parameters

ParameterType
hostEditorHost

Returns

void


uninstall()

ts
uninstall(): void;

Defined in: types/base.d.ts:51

Returns

void


activate()?

ts
optional activate(): void;

Defined in: types/base.d.ts:52

Returns

void


deactivate()?

ts
optional deactivate(): void;

Defined in: types/base.d.ts:53

Returns

void


registerGraphicTypes()?

ts
optional registerGraphicTypes(): IGraphicType[];

Defined in: types/base.d.ts:54

Returns

IGraphicType[]


getTools()?

ts
optional getTools(): IPluginTool[];

Defined in: types/base.d.ts:55

Returns

IPluginTool[]

基于 MIT 许可发布