[]
        
(Showing Draft Content)

dashboard.VisualNS.ConfigurationManager

类: ConfigurationManager

dashboard.VisualNS.ConfigurationManager

Table of contents

构造方法

方法

构造方法

constructor

new ConfigurationManager()

方法

get

get(key): string

获取配置项。

参数

名称 类型
key string

返回值

string

示例代码

// 获取配置中的 amapToken。
const amapToken = this.visualHost.configurationManager.get('amapToken');