BlazeStoryPlayerChipsStyle - React Native
The BlazeStoryPlayerChipsStyle class represents the style of chips used in a story.
Properties
live
live?: BlazeStoryPlayerChipStyle;The chip representing a live story.
ad
ad?: BlazeStoryPlayerChipStyle;The chip representing an ad story.
Initialization
The BlazeStoryChips can be initialized in story player view components props with custom values for its properties or with the default values:
interface BlazeStoryPlayerChipsStyle {
live?: BlazeStoryPlayerChipStyle;
ad?: BlazeStoryPlayerChipStyle;
}Updated 11 days ago
Did this page help you?
