Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "backend/provider"

Index

Variables

Const DataFlow

DataFlow: any = dependencies['data-flow']

Const _

_: any = dependencies.underscore

Const backbone

backbone: any = dependencies['backbone']

Const defaultLivePeroid

defaultLivePeroid: number = 60 * 5

Const globalConfigurationMapping

globalConfigurationMapping: object

Type declaration

Const mountedFeatureRemovers

mountedFeatureRemovers: any[] = []

Functions

mountFeatures

  • mountFeatures(): void

Object literals

Const endPointEnum

endPointEnum: object

The endpoint types for a backend service.

collection

collection: number = 2

model

model: number = 1

pagedCollection

pagedCollection: number = 3

Const syncMethodEnum

syncMethodEnum: object

The sync types defined in the backbone js.

create

create: string = "create"

Save a model.

delete

delete: string = "delete"

Destroy a model

patch

patch: string = "patch"

read

read: string = "read"

Fetch a model or a collection.

update

update: string = "update"

Generated using TypeDoc