ASSET_THUMBNAIL_URL
The function ASSET_THUMBNAIL_URL takes a Detailed Asset and returns the URL of the thumbnail of the Asset.
This function takes a Detailed Asset as input. It returns a String containing the URL of the thumbnail of the Asset.
Declaration
Parameters
detailed_asset (required, type: Detailed Asset) Any Detailed Asset. Note that a Detailed Asset is a subcategory of an Asset, and that the ASSET_THUMBNAIL_URL function will not accept a general Asset as input, only a Detailed Asset.
Return Values
thumbnail_url(type: string)
The URL that leads to the thumbnail of the given Detailed Asset.
Examples
Assume the example has access to the following Detailed Asset, detailed_asset:
The following example takes the Detailed Asset defined above and returns its state. Note that this matches the value of the thumbnailUrl property given above:
Last updated