Home > @activeviam/activeui-sdk > KpiMonitorConfiguration
KpiMonitorConfiguration interface
The monitor configuration that will be stringified.
Signature:
export interface KpiMonitorConfiguration
Properties
| Property | Type | Description |
|---|---|---|
| context | MdxContextValues | List of context values. |
| filter | string | The filter to apply. |
| mode | string | The monitor mode (default CONTINUOUS). |
| period | number | The monitor period. |
| selection | string | MDX selection to monitor. |