AlertStore
Index
Properties
alertIcon
alertText
alertType
alertVisible
interactiveAlertText
showDashboardLink
Accessors
staticInstance
Returns AlertStore
Methods
dismissAlert
Returns void
handleInteractiveAlertClosed
Parameters
confirmed: boolean
Returns void
showAlert
Parameters
text: any
optionalicon: any
showDashboard: boolean = false
Returns void
showInteractiveAlert
Parameters
text: any
optionalicon: any
showDashboard: boolean = false
Returns Promise<boolean>
showRetryAlert
Parameters
text: any
optionalicon: any
showDashboard: boolean = false
Returns Promise<boolean>