ScheduledAlertDefinition
Alert that fires on a schedule (no rule or column scope)
TypeScript
export interface ScheduledAlertDefinition extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| AlertProperties | ScheduledAlertProperties | Notification properties for scheduled alerts (no grid behaviours) |
| Schedule | Schedule | When the alert should run |
| IsReadOnly | boolean | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
| IsSuspended | boolean | Suspends (i.e. turns off) an Adaptable Object |
Property Details
AlertProperties
Notification properties for scheduled alerts (no grid behaviours)
TypeScript
AlertProperties?: ScheduledAlertProperties;Property Value
Schedule
When the alert should run
TypeScript
Schedule: Schedule;Property Value
IsSuspended
Inherited from SuspendableObject
Suspends (i.e. turns off) an Adaptable Object
TypeScript
IsSuspended?: boolean;Property Value
boolean
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean