AlertState
Configures the alerts that are available in Adaptable.
 TypeScript
interfaceProperties
| Property | 
|---|
| alerts | 
| customActions | 
| defaultHighlightDuration | 
Property Details
alerts
 TypeScript
alerts?: Record<string, AlertDef>;Property Value
Record<string, AlertDef>
customActions
 TypeScript
customActions?: Record<string, CustomAlertActionDefinition>;Property Value
Record<string, CustomAlertActionDefinition>
defaultHighlightDuration
 TypeScript
defaultHighlightDuration?: number;Property Value
number