NotificationController Class
For internal use.
Declaration
export class NotificationController implements IErrorHandler
Implements
IErrorHandler
Methods
reset Method
For internal use.
Declaration
reset(): void
showError(title) Method
For internal use.
Declaration
showError(
title: string,
errorInfo?: DevExpress.Dashboard.ErrorInfo
): void
Parameters
Name | Type |
---|---|
title | string |
errorInfo | ErrorInfo |
showState(message) Method
For internal use.
Declaration
showState(
message: string
): void
Parameters
Name | Type |
---|---|
message | string |
showSuccess(message) Method
For internal use.
Declaration
showSuccess(
message: string
): void
Parameters
Name | Type |
---|---|
message | string |
suspended(isSuspended) Method
For internal use.
Declaration
suspended(
isSuspended: boolean
): void
Parameters
Name | Type |
---|---|
isSuspended | boolean |