BTNListItem Class Reference
| Inherits from | BTNModelObject |
|---|---|
| Declared in | BTNListItem.h |
titleText
The line item main text of the item.
@property (nullable, nonatomic, copy, readonly) BTNText *titleTextDiscussion
The line item main text of the item.
Declared In
BTNListItem.h
subtitleText
Secondary text for the item.
@property (nullable, nonatomic, copy, readonly) BTNText *subtitleTextDiscussion
Secondary text for the item.
Declared In
BTNListItem.h
iconText
Text to be rendered at the icon position (e.g. right aligned).
@property (nullable, nonatomic, copy, readonly) BTNText *iconTextDiscussion
Text to be rendered at the icon position (e.g. right aligned).
Declared In
BTNListItem.h
iconImage
A small preview icon representing the item.
@property (nullable, nonatomic, copy, readonly) BTNImage *iconImageDiscussion
A small preview icon representing the item.
Declared In
BTNListItem.h