Classes

Classes

Client
Document
List
ListItem
Map
MapItem
Paginator

Events


connectionStateChanged

Fired when connection state has been changed.
Parameters:
Name Type Description
ConnectionState Client#connectionState

removed

Fired when document removed from server

removedRemotely

Fired when document removed from server remotely

updated

Fired when document value changed
Type: Object

updatedRemotely

Fired when document value changed remotely
Type: Object

collectionRemoved

Fired when List is removed from server

collectionRemovedRemotely

Fired when List is removed from server by remote actor

itemAdded

Fired when item is added to the List
Type: Item

itemAddedRemotely

Fired when item is added to List by remote actor
Type: Item

itemRemoved

Fired when item is removed from the List
Type: String

itemRemovedRemotely

Fired when item is removed from the List by remote actor
Type: String

itemUpdated

Fired when item is updated
Type: Item

itemUpdatedRemotely

Fired when item is updated by remote actor
Type: Item

collectionRemoved

Fired when Map is removed from server

collectionRemovedRemotely

Fired when Map is removed from server by remote actor

itemAdded

Fired when item is added to the Map
Type: Item

itemAddedRemotely

Fired when item is added to the Map by remote actor
Type: Item

itemRemoved

Fired when item is removed from the Map
Type: String

itemRemovedRemotely

Fired when item is removed from the Map by remote actor
Type: String

itemUpdated

Fired when item is updated
Type: Item

itemUpdatedRemotely

Fired when item is updated by remote actor
Type: Item