BTNGroup Class Reference

Inherits from BTNModelObject
Declared in BTNGroup.h

Overview

BTNGroup objects specify information for rendering an inventory group.

  titleText

The title of the group.

@property (nullable, nonatomic, copy, readonly) BTNText *titleText

Discussion

The title of the group.

Declared In

BTNGroup.h

  items

An array of items in the group.

@property (nullable, nonatomic, copy, readonly) NSArray<BTNListItem*> *items

Discussion

An array of items in the group.

Declared In

BTNGroup.h