Skip to content

getIndicators(filter?) ​

getIndicators get indicator information.

Reference ​

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

Parameters ​

  • filter Filter conditions.
    • name Indicator name.
    • paneId Pane id.

Returns ​

getIndicators returns Map<string, Indicator[]> .

Usage ​

Basic usage ​