interface ChapterLabelProps {
    scrubTime?: number;
    style?: StyleProp<TextStyle>;
}

Properties

Properties

scrubTime?: number

The playhead position to which the user might seek. Use this property to pass slider values before the actual (debounced) seek happens.

The style overrides.