@dvxch/yandex-music
    Preparing search index...

    Class Sequence

    Base class for every model returned by the API.

    Holds a back-reference to the Client that produced the model so that convenience methods (for example downloading a track) can issue further requests without the caller threading the client around manually.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    client?: Client

    The client that created this model, used by convenience methods.

    liked?: boolean

    Whether the user has liked the track.

    track?: Track

    The track.

    trackParameters?: TrackParameters

    Acoustic parameters of the track in this sequence.

    type?: string

    Sequence item type, for example track.

    Methods

    • Assert that this model carries a client, returning it narrowed to non-null.

      Convenience methods that need to call the API use this to fail fast with a clear message instead of a generic "cannot read property of undefined".

      Returns Client

      The owning Client.

      When the model was created without a client.