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