[]
        
(Showing Draft Content)

dashboard.VisualNS.ModuleManager

类: ModuleManager

dashboard.VisualNS.ModuleManager

Table of contents

构造方法

方法

构造方法

constructor

new ModuleManager()

方法

getModule

getModule(name): any

通过名称获取模块。

参数

名称 类型
name string

返回值

any

示例代码

const echarts = this.host.moduleManager.getModule('echarts');
const chart = echarts.init(dom);
// 其他操作