TCHContentDataListItem Class Reference

Inherits from NSObject
Declared in TCHContentTemplate.h

Overview

The item in the list of the list picker content template variant. See [TCHContentDataListPicker].

  id

The unique item identifier. Not visible to the recipient.

@property (nonatomic, readonly, copy) NSString *id

Discussion

The unique item identifier. Not visible to the recipient.

Declared In

TCHContentTemplate.h

  item

The display value for the item.

@property (nonatomic, readonly, copy) NSString *item

Discussion

The display value for the item.

Declared In

TCHContentTemplate.h

  itemDescription

The description of the item.

@property (nonatomic, readonly, copy) NSString *itemDescription

Discussion

The description of the item.

Declared In

TCHContentTemplate.h