mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-08 16:32:39 +00:00
610 B
610 B
title, sidebar_position
| title | sidebar_position |
|---|---|
| PluginInstance | 12 |
@types IPublicModelPluginInstance
@since v1.1.0
基本介绍
插件实例
属性
pluginName
插件名字
@type {string}
dep
插件依赖
@type {string[]}
disabled
插件是否禁用
@type {boolean}
meta
插件 meta 信息
@type {IPublicTypePluginMeta}