BaseClass
BaseClass implements the Backbone events API, Chaplin’s declarative event bindings, and the Chaplin.EventBroker API.
Constructor Options
Param |
Type |
Description |
|---|---|---|
options |
Object |
Options container |
options.listen |
Object |
Object defining event listeners for this instance |
Properties
baseClass.disposed: boolean
Indicates whether the class instance has been disposed. This flag helps prevent operations on disposed instances.
Kind: instance property of BaseClass