GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMomentsPlayerChipsStyle - React Native

The BlazeMomentsPlayerChipsStyle class represents the style of chips used in a moment.

Properties

ad

ad?: BlazeMomentsPlayerChipStyle;

The chip representing an ad moment.

Initialization

The BlazeMomentsPlayerChipsStyle can be initialized in story player view components props with custom values for its properties or with the default values:

interface BlazeMomentsPlayerChipsStyle {
  ad?: BlazeMomentsPlayerChipStyle;
}

Did this page help you?