Back to Devexpress

NotificationController Class

dashboard-js-devexpress-dot-dashboard-1a368ae2.md

latest1.1 KB
Original Source

NotificationController Class

For internal use.

Declaration

ts
export class NotificationController implements IErrorHandler

Implements

IErrorHandler

Methods

reset Method

For internal use.

Declaration

ts
reset(): void

showError(title) Method

For internal use.

Declaration

ts
showError(
    title: string,
    errorInfo?: DevExpress.Dashboard.ErrorInfo
): void

Parameters

NameType
titlestring
errorInfoErrorInfo

showState(message) Method

For internal use.

Declaration

ts
showState(
    message: string
): void

Parameters

NameType
messagestring

showSuccess(message) Method

For internal use.

Declaration

ts
showSuccess(
    message: string
): void

Parameters

NameType
messagestring

suspended(isSuspended) Method

For internal use.

Declaration

ts
suspended(
    isSuspended: boolean
): void

Parameters

NameType
isSuspendedboolean