tmdb-ts
Preparing search index...
Image
Interface Image
An image (poster, backdrop, logo, still, or profile) from TMDB.
interface
Image
{
aspect_ratio
:
number
;
file_path
:
string
;
height
:
number
;
iso_639_1
:
string
;
vote_average
:
number
;
vote_count
:
number
;
width
:
number
;
}
Index
Properties
aspect_
ratio
file_
path
height
iso_
639_
1
vote_
average
vote_
count
width
Properties
aspect_
ratio
aspect_ratio
:
number
file_
path
file_path
:
string
height
height
:
number
iso_
639_
1
iso_639_1
:
string
vote_
average
vote_average
:
number
vote_
count
vote_count
:
number
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aspect_
ratio
file_
path
height
iso_
639_
1
vote_
average
vote_
count
width
tmdb-ts
Loading...
An image (poster, backdrop, logo, still, or profile) from TMDB.