创建插件对象。
1
PluginNode(factory: str, props: Dict, name: str)
参数名
类型
说明
factory
str
插件类型。
props
Dict
属性字典。
name
定义名称。
插件对象。