Interface MKSeekEvent

Events which can be triggered by user interaction as well as internally.

The issuer is to determine whether this was triggered internally ('api') or by the UI ('ui')

Hierarchy

Properties

issuer?: string

The issuer of this event, as passed into the according API method. 'api' by default if no issuer was specified.

position: number

The current position in seconds.

seekTarget: number

The target position in seconds.

timestamp: number

The timestamp (in milliseconds) when this event was fired.

Event type.