GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerProgressBarStyle - React Native

The BlazeStoryPlayerProgressBarStyle class represents the style configuration for the progress bar in a story.

Properties

backgroundColor

backgroundColor?: string  //Hex RGBA

The background color of the progress bar.

progressColor

progressColor?: string //Hex RGBA

The progress color of the progress bar.

Initialization

Initializes a new instance of StoryPlayerProgressBar

interface BlazeStoryPlayerProgressBarStyle {
  backgroundColor?: string;
  progressColor?: string;
}

Did this page help you?