Home 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

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 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.