PluginNode 函数功能创建插件对象。 函数原型PluginNode(factory: str, props: Dict, name: str) 输入参数说明 参数名 类型 说明 factory str 插件类型。 props Dict 属性字典。 name str 定义名称。 返回参数说明插件对象。 父主题: PluginNode