ThumbnailProps Interface
Describes a thumbnail image for an IModel or ViewDefinition.
see IModelDb.Views.getThumbnail or IModelConnection.Views.getThumbnail to obtain a thumbnail for a view.
extensions
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| image | Uint8Array | The image encoded as specified by ThumbnailFormatProps.format. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| format | "jpeg" | "png" | ThumbnailFormatProps | Encoding of the image |
| height | number | ThumbnailFormatProps | Y size of image, in pixels. |
| width | number | ThumbnailFormatProps | X size of the image, in pixels. |
Defined in
- core/common/src/Thumbnail.ts Line 29
Last Updated: 30 November, 2023