Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ContentItem

Index

Properties

availableOffline

availableOffline: boolean

true if the item is available offline, or if it has any child that is available offline, otherwise false.

memberof

SpotifyContentItem

children

children: ContentItem[]

A list of the content item’s children.

Note: This is not populated for all container items as some of them are fetched lazily.

memberof

ContentItem

container

container: boolean

Returns true if the item is expected to contain children, otherwise false.

memberof

SpotifyContentItem

id

id: string

The unique identifier of the item.

memberof

SpotifyContentItem

playable

playable: boolean

Returns true if the item is directly playable, otherwise false.

memberof

SpotifyContentItem

subtitle

subtitle: string

The secondary title of the item.

memberof

SpotifyContentItem

title

title: string

The primary title of the item.

memberof

SpotifyContentItem

uri

uri: string

The playback URI of this item.

memberof

SpotifyContentItem

Legend

  • Property
  • Method

Generated using TypeDoc