Hierarchy-Diagram

UML class diagram of TrackObjectFull
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

Properties

The album on which the track appears.

The artists who performed the track.

duration_ms: number

The track length in milliseconds.

explicit: boolean

Whether or not the track has explicit lyrics (true = yes it does; false = no it does not OR unknown).

external_urls: ExternalUrlObject

Known external URLs for this track.

href: string

A link to the Web API endpoint providing full details of the track.

id: string

The Spotify ID for the track.

name: string

The name of the track.

type: "track"

The object type: "track".

uri: string

The Spotify URI for the track.

Generated using TypeDoc