Adaptable State section for Alert Module

TypeScript
export interface AlertState extends
Extends

BaseState

Properties

PropertyDescription
AlertDefinitionsAlert Definitions - will trigger Alerts when rule is met

Property Details

AlertDefinitions

Alert Definitions - will trigger Alerts when rule is met

TypeScript
AlertDefinitions?: AlertDefinition[];
Property Value

AlertDefinition[]