Class: emitStaticId

emitStaticId

new emitStaticId(event)

Require an id to emit.
Parameters:
Name Type Description
event
Source:

emitStaticId

new emitStaticId(event, id) → {*}

Emit an event that will fire on listeners even when the listener is registered AFTER the event has been emitted.
Parameters:
Name Type Description
event String The event to emit.
id String The id of the event to emit.
Source:
Returns:
Type
*

emitStaticId

new emitStaticId(event, id, dataopt) → {*}

Emit an event that will fire on listeners even when the listener is registered AFTER the event has been emitted.
Parameters:
Name Type Attributes Description
event String The event to emit.
id String The id of the event to emit.
data * <optional>
The data to emit with the event.
Source:
Returns:
Type
*