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