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.sample
  • References/JavaScript/Backbone/Collection

sample

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

reduceRight (foldr)

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

groupBy

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

setcollection.set(models, [options]) The set method performs a "smart" update of the collection with the passed list of models

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

idAttributemodel.idAttribute A model's unique identifier is stored under the id attribute. If you're directly communicating

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

every (all)

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
Router
  • References/JavaScript/Backbone/Router

constructor / initializenew Router([options]) When creating a new router, you may pass its

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

wherecollection.where(attributes) Return an array of all the models in a collection that match the passed attributes. Useful

2025-01-10 15:47:30