Interface VideoFeedTitleConfiguration

Hierarchy

  • VideoFeedTitleConfiguration

Properties

fontSize?: number

The font size of video feed title. Only supported on iOS.

hidden?: boolean

Specifies if the video feed title is hidden.

iOSFontInfo?: IOSFontInfo

The iOS font info of video feed title. The property is ignored when fontSize is not set. Only supported on iOS.

numberOfLines?: number

Specifies the number of allowed lines for the label. Only supported on iOS.

textColor?: string

The text color of video feed title. Only supported on iOS.

Generated using TypeDoc