addHintIndicator()
addHintIndicator(
el
,clickToClose
,autoClose
?):HTMLElement
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