Home Manual Reference Source Repository

typhonjs-core-backbone-events

Backbone Documentation Code Style License

Build Status Dependency Status

Separates 'Events' support from backbone-es6 in addition to adding TyphonJS extensions found in TyphonEvents. The events dispatch functionality is useful well outside the context of Backbone and is utilized across several TyphonJS repos.

TyphonEvents adds new functionality for triggering events. The following are new trigger mechanisms:

mainEventbus.js provides a standardized instance of TyphonEvents which serves as the name implies a main eventbus. In several TyphonJS repos it is mapped via JSPM to 'mainEventbus' such that one can import it via import eventbus from 'mainEventbus';

A typhonjs-core-logging enabled version of TyphonEvents is available in the typhonjs-core-backbone-events-logged repo.