AlertStore
Index
Properties
alertIcon
alertText
alertType
interactiveAlertText
isAlertVisible
shouldShowDashboardLink
Accessors
publicstaticInstance
Returns AlertStore
Methods
dismissAlert
Returns void
handleInteractiveAlertClosed
Parameters
isConfirmed: boolean
Returns void
showAlert
Parameters
text: any
optionalicon: any
shouldShowDashboard: boolean = false
Returns void
showInteractiveAlert
Parameters
text: any
optionalicon: any
shouldShowDashboard: boolean = false
Returns Promise<boolean>
showRetryAlert
Parameters
text: any
optionalicon: any
shouldShowDashboard: boolean = false
Returns Promise<boolean>