Class: BusEvent

BusEvent(options)

new BusEvent(options)

The bus event constructor
Parameters:
Name Type Description
options Object
Properties
Name Type Description
data * The event data object
channel string The event channel
Source:

Members

channel

Source:

data

Source:

timeStamp

Source:

Methods

isEnable() → {boolean}

Source:
Returns:
returns true if the event is enabled
Type
boolean

stopPropagation()

Stop the event propagation
Source: