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 1068
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.