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

    Interface TrackErrorEventData<S>

    Payload carried by the TrackEventType.TRACK_LOAD_ERROR event.

    interface TrackErrorEventData<S extends TrackState = TrackState> {
        error: string | undefined;
        trackState: S;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: string | undefined
    trackState: S