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 *titleText

Discussion

An optional title text.

Declared In

BTNPreview.h

  labelText

The button text.

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

Discussion

The button text.

Declared In

BTNPreview.h

  background

The background fill details of the button.

@property (nullable, nonatomic, copy, readonly) BTNBackground *background

Discussion

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 *iconImage

Discussion

An icon image to be renderd on the button.

Declared In

BTNPreview.h