ThumbnailProps Interface
Describes a thumbnail image for an IModel or ViewDefinition.
@see IModelDb.Views.getThumbnail
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| image | Uint8Array | The image encoded as specified by ThumbnailFormatProps.format. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| format Inherited | "jpeg" | "png" | ThumbnailFormatProps | Encoding of the image |
| height Inherited | number | ThumbnailFormatProps | Y size of image, in pixels. |
| width Inherited | number | ThumbnailFormatProps | X size of the image, in pixels. |
Defined in
- core/common/src/Thumbnail.ts Line 29
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.