Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an individual element in a Sync list.

Hierarchy

  • SyncListItem

Index

Accessors

Accessors

data

  • get data(): Object
  • The contents of the item.

    Returns Object

dateUpdated

  • get dateUpdated(): Date
  • Date when the list item was last updated.

    Returns Date

index

  • get index(): number
  • The index, within the containing list, of this item. This index is stable; even if lower-indexed items are removed, this index will remain as is.

    Returns number