Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Structure

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private _properties

_properties: any

These deltas where created before the create delta of this element was submitted to the server. As soon as this happens, the queue is processed and should stay empty. Each element is either an delta, or a new child that was added under a specific property.

container

container: IContainer

id

id: string

isLoaded

isLoaded: boolean

model

typeName

typeName: string

unit

versionInfo

Methods

Protected _scheduleDeltaAfterCreate

  • _scheduleDeltaAfterCreate(delta: IDelta): void
  • Parameters

    Returns void

Protected _sendDeleteDelta

  • _sendDeleteDelta(): void
  • Sends the delete in case that we were removed from the model.

    Returns void

Protected _updateWithJsonImpl

  • Update an existing (probably partial) interface with real contents received from the server.

    Parameters

    Returns void

allProperties

deepCopyInto

delete

  • delete(): void
  • Deletes a model from the model. This will automatically remove the item from its model parent, and update incoming references and send server changes.

    Returns void

Protected getContainerAs

toJSON

  • toJSON(): Object

traverse

  • traverse(visit: function): void
  • Parameters

    Returns void

traversePublicParts

  • traversePublicParts(visit: function): void
  • Parameters

    Returns void

Generated using TypeDoc