Constructors
Properties
Static
load
load: ((id: string) => Promise<Artist>) = ... _loaded
_loaded: boolean = true
Accessors
releaseTypes
- get releaseTypes(): string[]
Returns string[]
- An array of release types.
duration
- get duration(): number
Returns number
- The total duration of all tracks.
Methods
Static
_load
- _load(_id): Promise<Artist>
Returns Promise<Artist>
- A promise that resolves to the loaded artist.
loadData
- loadData(): Promise<Artist>
Returns Promise<Artist>
- A promise that resolves to the artist with loaded data.
Represents an artist and provides methods to load and manage artist data.