Methods
-
dispatchEvent(event){boolean|undefined}
src/saij/core/Target.js, line 85 -
Dispatches an event and calls all listeners listening for events of this type. The event parameter can either be a string or an Object with a
typeproperty.Name Type Description eventObject | module:saij/core/Event~Event | string Event object.
Returns:
falseif anyone called preventDefault on the event object or if any of the listeners returned false.
Saij