Skip to content

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

Defined in: plugins/property-panel-manager/property-panel-manager.d.ts:4

Extends

Constructors

Constructor

ts
new PropertyPanelManagerPlugin(host): PropertyPanelManagerPlugin;

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

Parameters

ParameterType
hostEditorHost

Returns

PropertyPanelManagerPlugin

Inherited from

BasePlugin.constructor

Properties

name

ts
name: string;

Defined in: plugins/property-panel-manager/property-panel-manager.d.ts:5

Overrides

BasePlugin.name


version

ts
version: string;

Defined in: plugins/property-panel-manager/property-panel-manager.d.ts:6

Overrides

BasePlugin.version


propertyPanels

ts
propertyPanels: PropertyRegisteredPanelEventData[];

Defined in: plugins/property-panel-manager/property-panel-manager.d.ts:7

Methods

getPanelsBySelection()

ts
getPanelsBySelection(selection): Component[];

Defined in: plugins/property-panel-manager/property-panel-manager.d.ts:10

Parameters

ParameterType
selectionIGraphicElement[]

Returns

Component[]


getCanvasPanels()

ts
getCanvasPanels(): Component[];

Defined in: plugins/property-panel-manager/property-panel-manager.d.ts:14

Returns

Component[]


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