I'm trying to figure out a way to dynamically configure the content of a tooltip. Ideally I'd like to have a function called when the user hovers over the tooltip component. This function would determine and return the content string and the tooltip would then be displayed with that content.
Specifically, this tooltip is for a tool component (if that matters.)
See fiddle here.