Skip to main content

Type Alias: Get2dViewImage()

Get2dViewImage: (viewId?, configurationCode?, size?, backgroundColor?) => Promise<string>

Generate 2d view for current configuration

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