BlazeMomentsPlayerHeadingTextStyle - React Native
The BlazeMomentsPlayerHeadingTextStyle class represents the style of the heading text used in a moment.
Properties
font
font?: BlazeFontThe font of the heading text.
textSize
textSize?: numberThe size of the heading text.
textColor
textColor?: stringThe color of the heading text.
isVisible
var isVisible: booleanThe visibility of the heading text.
contentSource
contentSource?: BlazeMomentsPlayerHeadingTextContentSourceThe source value of the heading text.
BlazeMomentsPlayerHeadingTextContentSource
The BlazeMomentsPlayerHeadingTextContentSource is used to define the source of the content to be populated from.
| Value | Description |
|---|---|
| Title | Heading text will be populated from the the title |
| Subtitle | Heading text will be populated from the the subtitle |
Initialization
interface BlazeMomentsPlayerHeadingTextStyle {
font?: BlazeFont;
textColor?: string; //Hex
textSize?: number;
contentSource?: BlazeMomentsPlayerHeadingTextContentSource;
isVisible?: boolean;
}Updated 11 days ago
Did this page help you?
