TWSListItem Class Reference

Inherits from NSObject
Declared in TWSListItem.h

Overview

An item contained within a List.

  index

The index of this list item.

@property (readonly) TWSItemIndex index

Discussion

The index of this list item.

Declared In

TWSListItem.h

  data

The snapshot of the list item’s current data.

@property (readonly, nonnull) TWSData *data

Discussion

The snapshot of the list item’s current data.

Declared In

TWSListItem.h

  dateUpdated

The date this list item was last updated.

@property (readonly, nullable) NSDate *dateUpdated

Discussion

The date this list item was last updated.

Declared In

TWSListItem.h