How can I help you?
BeforeTooltipRenderEventArgs
16 Mar 20261 minute to read
Properties
args TooltipEventArgs
Contains the original event arguments from the tooltip control.
cancel boolean
Determines whether the tooltip rendering should be canceled.
content string|Element|Function
Specifies the content to be displayed inside the tooltip. Can be a string, an HTML element, or a function returning content.
data BeforeTooltipRenderEventArgsData
Represents the data associated with the tooltip rendering event.