API Reference > imodeljs-frontend > Views > ScreenViewport > openToolTip openToolTip Method Open the toolTip window in this ScreenViewport with the supplied message and location. The tooltip will be a child of ScreenViewport.toolTipDiv. openToolTip(message: HTMLElement | string, location?: XAndY, options?: ToolTipOptions): void note There is only one ToolTip window, so calling this method more than once will move the toolTip and show the second message. Parameter Type Description message HTMLElement | string The message to display location XAndY The position of the toolTip, in view coordinates. If undefined, use center of view. options ToolTipOptions the ToolTip options Returns - void Defined in core/frontend/src/Viewport.ts Line 2483 Last Updated: 13 June, 2024