GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeStoryPlayerHeaderGradientStyle - React Native

The BlazeStoryPlayerHeaderGradientStyle class represents the gradient configuration for the story's view.

Properties

isVisible

isVisible?: boolean

A flag indicates whether the gradient is visible.

startColor

startColor?: string  //Hex RGBA

The start color of the gradient.

endColor

endColor?: string //Hex RGBA

The end color of the gradient.

Initialization

interface BlazeStoryPlayerHeaderGradientStyle {
  isVisible?: boolean;
  startColor?: string;
  endColor?: string;
}

Did this page help you?