BTNPreview Class Reference
| Inherits from | BTNModelObject |
|---|---|
| Declared in | BTNPreview.h |
Overview
This class represents the data for rendering a button “preview”. BTNPreview objects specify information about how a button should appear and behave.
titleText
An optional title text.
@property (nullable, nonatomic, copy, readonly) BTNText *titleTextDiscussion
An optional title text.
Declared In
BTNPreview.h
labelText
The button text.
@property (nullable, nonatomic, copy, readonly) BTNText *labelTextDiscussion
The button text.
Declared In
BTNPreview.h
background
The background fill details of the button.
@property (nullable, nonatomic, copy, readonly) BTNBackground *backgroundDiscussion
The background fill details of the button.
Declared In
BTNPreview.h
iconImage
An icon image to be renderd on the button.
@property (nullable, nonatomic, copy, readonly) BTNImage *iconImageDiscussion
An icon image to be renderd on the button.
Declared In
BTNPreview.h