Gjsify LogoGjsify Logo

Defines what to do when a conflict between the locally stored and remotely stored object versions happen during object modify or remove.

Index

Enumeration Members

FAIL: number

Fail when a write-conflict occurs.

KEEP_LOCAL: number

Write local version of the object on conflict.

KEEP_SERVER: number

Keep server object on conflict.

USE_NEWER: number

Use newer version of the object, which can be either the server version or the local version of it.

WRITE_COPY: number

Create a new copy of the object on conflict.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method