Home Manual Reference Source Repository

Variable

Static Public Summary
public

BackboneProxy: {backbone: null}

Defines a proxy Object to hold a reference of the Backbone object instantiated.

public

Either loads the Window.btoa function or defaults to the polyfill.

public

Exports the Collection class.

public

Exports the Model class.

public

Exports the ParseCollection class.

public

Exports the ParseModel class.

Static Public

public BackboneProxy: {backbone: null} source

import BackboneProxy from 'backbone-es6/src/BackboneProxy.js'

Defines a proxy Object to hold a reference of the Backbone object instantiated.

public btoa: function source

Either loads the Window.btoa function or defaults to the polyfill.

public collection: Collection source

import collection from 'backbone-es6/src/Collection.js'

Exports the Collection class.

public model: Model source

import model from 'backbone-es6/src/Model.js'

Exports the Model class.

public parseCollection: ParseCollection source

import parseCollection from 'backbone-parse-es6/src/ParseCollection.js'

Exports the ParseCollection class.

public parseModel: ParseModel source

import parseModel from 'backbone-parse-es6/src/ParseModel.js'

Exports the ParseModel class.