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