TvShowEpisodeGroup

tmdb-js/sections/types. TvShowEpisodeGroup

new TvShowEpisodeGroup(id, tvShowSection)

Initializes this object.
Source:
Parameters:
Name Type Description
id string The id of the episode group.
tvShowSection exports.TvShowSection The parent TvShowSection.

Methods

(async) getDetailsAsync() → {Promise.<*>}

Gets the details about this episode group.
Source:
Returns:
Type:
Promise.<*>
A Promise of JSON data.