API Reference > imodeljs-frontend > IModelConnection > IModelConnection.Views > getThumbnail getThumbnail Method Get a thumbnail for a view. getThumbnail(viewId: Id64String): Promise<ThumbnailProps> throws Error if invalid thumbnail. Parameter Type Description viewId Id64String The id of the view of the thumbnail. Returns - Promise<ThumbnailProps> A Promise of the ThumbnailProps. Defined in core/frontend/src/IModelConnection.ts Line 942 Last Updated: 13 June, 2024