@byomakase/omakase-player
    Preparing search index...

    Interface TrackEventData<S>

    Payload carried by non-error TrackEvents.

    interface TrackEventData<S extends TrackState = TrackState> {
        trackState: S;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    trackState: S