addHintIndicator()
addHintIndicator(
el,clickToClose?,autoClose?):HTMLElement
Defined in: ui.ts:2461
Adds a hint indication to the provided element and returns it. Example: https://public.datagrok.ai/js/samples/ui/interactivity/hints
Parameters
| Parameter | Type | Default value |
|---|---|---|
el | HTMLElement | undefined |
clickToClose | boolean | true |
autoClose? | number | undefined |
Returns
HTMLElement