collection.reduceRight
  • References/JavaScript/Backbone/Collection

reduceRight (foldr)

2025-01-10 15:47:30
Collection
  • References/JavaScript/Backbone/Collection

constructor / initializenew Backbone.Collection([models], [options]) When creating a Collection, you may choose to pass in the initial

2025-01-10 15:47:30
model.isValid
  • References/JavaScript/Backbone/Model

isValidmodel.isValid() Run validate to check the model

2025-01-10 15:47:30
model.previous
  • References/JavaScript/Backbone/Model

previousmodel.previous(attribute) During a "change" event, this method can be used to get the previous value of a changed

2025-01-10 15:47:30
model.urlRoot
  • References/JavaScript/Backbone/Model

urlRootmodel.urlRoot or model.urlRoot() Specify a urlRoot if you're using a model outside of a collection, to

2025-01-10 15:47:30
collection.lastIndexOf
  • References/JavaScript/Backbone/Collection

lastIndexOf

2025-01-10 15:47:30
collection.model
  • References/JavaScript/Backbone/Collection

modelcollection.model([attrs], [options]) Override this property to specify the model class that the collection contains. If defined

2025-01-10 15:47:30
collection.partition
  • References/JavaScript/Backbone/Collection

partition

2025-01-10 15:47:30
request event
  • References/JavaScript/Backbone/Events

"request" (model_or_collection, xhr, options) â when a model or collection has started a request to the server.

2025-01-10 15:47:30
Backbone.emulateHTTP
  • References/JavaScript/Backbone/Sync

emulateHTTPBackbone.emulateHTTP = true If you want to work with a legacy web server that doesn't support Backbone's default REST/HTTP

2025-01-10 15:47:30