Home » Backbone.js new.collection()

Backbone.js new.collection()

by Online Tutorials Library

Backbone.js Collection Constructor

Once the model instance is created in the collection, it is invoked by defining initialize function.

Syntax:


Parameter explanation:

models: It is used to specify the initial array of models.

options: These are the collection types attached to the collection directly by passing model object.

Let’s take an example.

See this example:

You may also like