PluginNode 函数功能构造函数。 函数原型def __init__(self, factory: str, props: Dict[str, str] = None, name: str = None) -> None: 输入参数说明 参数名 类型 说明 factory str 插件factory名。 props Dict 插件属性信息。 name str 插件名。 父主题: PluginNode