Class: LoadingEvent

bu. LoadingEvent

Events emitted when a long loading action occurs.


new LoadingEvent(type, uniqueNumber, The)

Parameters:
Name Type Description
type string

Event type.

uniqueNumber number

Unique number that identifies and correlate several events to the same action.

The string

key to be used to retrieve the message in a notification.

Source:
bu/events.js

Extends

Members


messageKey :string

The key to be used to retrieve the message in a notification.

Type:
  • string
Source:
bu/events.js

uniqueNumber :number

The unique number.

Type:
  • number
Source:
bu/events.js