Optional
catalogOptional
catalogThe type of the catalog logo to display.
Optional
convertThe function to convert a change to text. Such as converting an "upcoming" change to "Coming Soon on August 1". The text will be displayed below the catalog logo. If not provided, the default English.convertChangeToText will be used. You can check that function as an example to create your own.
This function is only used if there's a highlighted change.
A highlighted change is automatically picked, if the poster is displayed within a Row or a Grid component with a ChangesSource.
The country to use when checking the streaming options.
Optional
hideIf set to true, the poster will not be displayed if there's no streaming option available.
Optional
highlightedA highlighted change to display, such as a new episode, an expiring movie or an upcoming series.
This field is used if you want to display a highlighted change you already have from the Streaming Availability API Client.
This field is automatically picked if the poster is displayed within a Row or a Grid component with a ChangesSource.
Optional
posterThe props for the root anchor that contains the poster, the catalog logo and the text div.
Optional
posterThe props for the poster image.
Optional
posterThe type of the poster to display.
Optional
priorityThe priority catalogs to use when displaying the poster. The catalogs are prioritized in the order they are provided.
If a show is available in multiple streaming catalogs, the first catalog in the list that contains the show will be used when showing the catalog logo and deep link.
Optional
showThe show to display. This field is used if you already have the show object from the Streaming Availability API Client.
Either this field or the showId field must be provided.
Optional
showThe ID of the show to display. It could be an IMDB id, a TMDB id or a Streaming Availability API id.
Either this field or the show field must be provided.
Optional
textThe props for the text div to display the text below the catalog logo regarding the highlighted change such as "Coming Soon on August 1".
This field is only used if there's a highlighted change.
A highlighted change is automatically picked, if the poster is displayed within a Row or a Grid component with a ChangesSource.
The props for the catalog logo image.