Skip to content

getIndicators(filter?)

getIndicators 获取指标信息。

参考

typescript
(
  filter?: {
    name?: string
    paneId?: string
  }
) => Map<string, Indicator[]>

参数

  • filter 过滤参数。
    • name 指标名称。
    • paneId 窗口id。

返回值

getIndicators 返回 Map<string, Indicator[]>

用法

基本使用