Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 607 Bytes

File metadata and controls

38 lines (21 loc) · 607 Bytes
title PluginInstance
sidebar_position 12

@types IPublicModelPluginInstance
> @since v1.1.0

基本介绍

插件实例

属性

pluginName

插件名字

@type {string}

dep

插件依赖

@type {string[]}

disabled

插件是否禁用

@type {boolean}

meta

插件 meta 信息

@type {IPublicTypePluginMeta}

相关类型:IPublicTypePluginMeta