Skip to content

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

Defined in: plugins/table/table.d.ts:78

Extends

Constructors

Constructor

ts
new TablePlugin(host): TablePlugin;

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

Parameters

ParameterType
hostEditorHost

Returns

TablePlugin

Inherited from

BasePlugin.constructor

Properties

name

ts
name: string;

Defined in: plugins/table/table.d.ts:79

Overrides

BasePlugin.name


version

ts
version: string;

Defined in: plugins/table/table.d.ts:80

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 许可发布