Interface SeekPreviewEventArgs

Event argument interface for a seek preview event.

interface SeekPreviewEventArgs {
    marker?: SeekBarMarker;
    position: number;
    scrubbing: boolean;
}

Hierarchy (view full)

Properties

marker?: SeekBarMarker

The timeline marker associated with the current position, if existing.

position: number

The timeline position in percent where the event originates from.

scrubbing: boolean

Tells if the seek preview event comes from a scrubbing.