getToolTip Method
Obtain a tooltip from the map layer or reality model, if any, identified by the specified HitDetail.
getToolTip(hit: HitDetail): Promise<string | HTMLElement>
@see ElementLocateManager
| Parameter | Type | Description |
|---|---|---|
| hit | HitDetail |
Returns - Promise<string | HTMLElement>
Defined in
- core/frontend/src/Viewport.ts Line 1086
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.