Type Alias: Get2dViewImage()
Get2dViewImage: (
viewId
?,configurationCode
?,size
?,backgroundColor
?) =>Promise
<string
>
Parameters
• viewId?: string
Id of view to generate
• configurationCode?: string
Configuration code to generate view for. If not provided it will use default code
• size?: ThumbnailSize
Size of the image
• backgroundColor?: string
Background color to be used for generated image
Returns
Promise
<string
>
Image url