Provides a base implementation for store entries in ArrayObjectStore.

In particular providing the required getting / accessor for the 'id' property.

Constructors

Accessors

  • get _data(): any
  • Protected

    Returns any

    The object data tracked by this store.

  • get id(): string
  • Returns string

    The ID attribute in object data tracked by this store.

Methods

  • Protected

    Returns void

  • Returns any

  • Invoked by ArrayObjectStore to provide custom duplication. Override this static method in your entry store.

    Parameters

    Returns void