ScheduledAlertProperties

Properties for scheduled alerts (notification only)

TypeScript
export interface ScheduledAlertProperties extends
Extends

AlertPresentationProperties

Properties

PropertyTypeDescription
IncludeSuspendButtonbooleanWhen true, the scheduled notification includes a Suspend button

Property Details

IncludeSuspendButton

When true, the scheduled notification includes a Suspend button

TypeScript
IncludeSuspendButton?: boolean;
Property Value

boolean