Skip to main content

ContextTrack

note

This type is deducted from Spotify's internal usage. It may not be accurate and may change in the future.

type ContextTrack = {
uri: string;
uid?: string | null;
metadata?: Metadata;
}
PropertyTypeDescription
uristringTrack URI.
uidstring | undefined | nullTrack UID.
metadataMetadata | undefinedTrack metadata.