Vinyl
    Preparing search index...

    Interface TrackLoadOptions

    interface TrackLoadOptions {
        config?: Maybe<AnyRecord>;
        type: string;
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config?: Maybe<AnyRecord>

    The track configuration.

    type: string

    The track type, used to map to a track factory.

    uri: string

    The track identifier.