API Reference > ui-framework > Notification > AppNotificationManager > _showToolTip _showToolTip MethodProtected Show a ToolTip window. _showToolTip(el: HTMLElement, message: string | HTMLElement, pt?: Readonly<WritableXAndY>, options?: ToolTipOptions): void Parameter Type Description el HTMLElement The HTMLElement that anchors the toolTip. message string | HTMLElement The message to display inside the ToolTip pt Readonly<WritableXAndY> An optional location, relative to the origin of el, for the ToolTip. If undefined, center of el. options ToolTipOptions Options that supply additional information about how the ToolTip should function. Returns - void Defined in ui/framework/src/ui-framework/messages/AppNotificationManager.ts Line 129 Last Updated: 11 June, 2024