Skip to content
On this page

getSmallestThumbnailUrl ​

Definition ​

Returns the smallest thumbnail url from the media object

Signature ​

ts
export function getSmallestThumbnailUrl(
  media: Media | undefined | null,
): string | undefined 

Parameters ​

NameTypeDescription
media
Media | undefined | 
image object

Return type ​

ts
string | undefined
getSmallestThumbnailUrl has loaded