PluginNode

函数功能

创建插件对象。

函数原型

1
PluginNode(factory: str, props: Dict, name: str)

输入参数说明

参数名

类型

说明

factory

str

插件类型。

props

Dict

属性字典。

name

str

定义名称。

返回参数说明

插件对象。