List out configuration options available in Backbone Js?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Prakash Vetukuri

    The following configuration options are available in Backbone JS: 1. modelSetOptions 2. boundAttributes 3. supressThrows 4. converter 5. change Triggers 6. InitialCopyDirection

Related Questions

Please Login or Register to leave a response.

Related Questions

Backbone js Interview Questions

Explain what is Backbonejs?

Backbone.js is a client-side (Model, View, Controller) MVC-based JavaScript framework.It purely is written in Javascrip..

Backbone js Interview Questions

List Dependencies of using BackboneJs?

Backbone’s Js only hard dependency is Underscore.js ( >= 1.8.3). For RESTful persistence and DOM manipulation with..

Backbone js Interview Questions

What is the use of BackboneJS route?

The Backbone.js router is used to change the URL fragment or hashes of an application to create bookmarkable and shareab..