bindTooltip

open fun bindTooltip(content: (layer: Layer<T>) -> Any, options: Tooltip.TooltipOptions = definedExternally): Layer<T>(source)
open fun bindTooltip(content: Tooltip, options: Tooltip.TooltipOptions = definedExternally): Layer<T>(source)
open fun bindTooltip(content: String, options: Tooltip.TooltipOptions = definedExternally): Layer<T>(source)
open fun bindTooltip(content: HTMLElement, options: Tooltip.TooltipOptions = definedExternally): Layer<T>(source)