| addHint | Adds a popup window with the specified [content] next to an [element]. Set [position] to control where the popup will appear. The default position is [POSITION.RIGHT]. |
| addHintIndicator | Adds a hint indication to the provided element and returns it. Example: https://public.datagrok.ai/js/samples/ui/interactivity/hints |
| addTextHint | Describes series of visual components in the wizard. Each wizard page is associated with the [showNextTo] element. Provide either [text] or [root] parameter to populate the page, the other parameters are optional. The wizard header is shown only if [title] or [helpUrl] are provided. The user can use the arrow buttons to navigate the set of instructions. The wizard can be closed from the dialog header (the "x" icon), via the "Cancel" button, or via the [Wizard.close()] method. Example: https://public.datagrok.ai/js/samples/ui/interactivity/wizard-hints: |
| remove | Removes the hint indication from the provided element and returns it. |