TooltipOpenEventArgs

12 Sep 20251 minute to read

An interface that holds the options for the tooltip event in the Schedule component.

Properties

cancel boolean

Determines whether the tooltip should be canceled or not.

content HTMLElement

The content to be displayed in the tooltip. Can be an HTMLElement.

data Record

The data associated with the tooltip.

target HTMLElement

The target element that triggered the tooltip.