Default attributes for the model. It can be an object hash or a method returning an object hash.
For assigning an object hash, do it like this: this.defaults =
For strongly-typed access to attributes, use the get
method only privately in public getter properties.
For strongly-typed assignment of attributes, use the set
method only privately in public setter properties.
Generated using TypeDoc
extension of a backbone.js Model.