Appearance
getSmallestThumbnailUrl
Definition
Returns the smallest thumbnail url from the media object
Signature
ts
export function getSmallestThumbnailUrl(
media: Media | undefined | null
): string | undefined
Parameters
Name | Type | Description |
---|---|---|
media | Media | undefined | | image object |
Return type
ts
string | undefined