AlertState
Adaptable State section for Alert Module
TypeScript
export interface AlertState extendsExtends
Properties
| Property | Description |
|---|---|
| AlertDefinitions | Alert Definitions - will trigger Alerts when rule is met |
Property Details
AlertDefinitions
Alert Definitions - will trigger Alerts when rule is met
TypeScript
AlertDefinitions?: AlertDefinition[];