Home » Backbone.js Collection.model()

Backbone.js Collection.model()

by Online Tutorials Library

Backbone.js Collection.model()

You have to override the model property of the collection class to specify the model class that the collection contains. You can pass raw attributes objects to add, create and reset and the attributes will be converted into a model of the proper type.

Syntax:


Let’s take an example.

See this example:

You may also like