Home > @infiniteobjects/data-types > AssetToken > toVideoPrint
Return a videoPrint representation of the AssetToken The preview of an asset can be requested in place of the original if requested
Signature:
abstract toVideoPrint(preview?: boolean): VideoPrint;
Parameter | Type | Description |
---|---|---|
preview | boolean | (Optional) |
Returns:
Using the preview instead is useful for rendering the lower resolution version of an asset (i.e. on collection pages) see VideoPrint for more info