BlazeMomentsPlayerSeekBarStyle - React Native
The player seek bar prop, typed as BlazeMomentsPlayerSeekBarStyle, dictates the style of the seek bar in the Moments player component. Tailor it to match your Moments player UI.
Properties
isVisible
isVisible?: booleanIndicates whether the seek bar is visible.
bottomSpacing
bottomSpacing?: numberIndicates the bottom spacing / margin of the seek bar.
horizontalSpacing
horizontalSpacing?: numberIndicates the horizontal spacing / margin of the seek bar.
playingState
playingState?: BlazeSeekBarStyleIndicates the style of the seek bar when video is playing.
pausedState
pausedState?: BlazeSeekBarStyleindicates the style of the seek bar when video is paused.
Initialization
Initializes a new instance of BlazeMomentsPlayerSeekBarStyle
interface BlazeMomentsPlayerSeekBarStyle {
isVisible?: boolean;
playingState?: BlazeSeekBarStyle;
pausedState?: BlazeSeekBarStyle;
horizontalSpacing?: number;
bottomSpacing?: number;
}Updated 11 days ago
Did this page help you?
