ViewRealityModel Interface @beta
Describes a reality model visible in a ViewState, providing its TileTreeReference along with display metadata such as its name and description.
Properties
| Name | Type | Description | |
|---|---|---|---|
| description Readonly | undefined | string | A description of the reality model suitable for display in a user interface, if available. | |
| name Readonly | string | Display name of the reality model, if available. | |
| treeRef Readonly | TileTreeReference | The tile tree reference used for rendering, hit testing, and geometry collection. |
Defined in
- core/frontend/src/ViewState.ts Line 52
Last Updated: 25 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.