Movie
Media metadata representing a movie.
example
{
type: 'movie',
title: 'Avengers: Endgame',
studio: 'Marvel Studios'
}
Hierarchy
-
↳ Movie
Index
Properties
Properties
Optional
images
• images? : WebImage[]
Inherited from MediaMetadata.images
List of images, e.g. a poster image, album cover, photo etc.
Optional
releaseDate
• releaseDate? : undefined | string
The date and/or time at which the movie was released, in ISO-8601 format, e.g. '2008-04-10' or '2018-04-10T12:40:00'.
Optional
studio
• studio? : undefined | string
The name of the movie studio that produced the movie.
Optional
subtitle
• subtitle? : undefined | string
The subtitle of the movie.
Optional
title
• title? : undefined | string
The title of the movie.
type
• type: "movie"
Overrides MediaMetadata.type
Media type.