SchedulerTooltipOpenEvent
Event arguments provided before the scheduler tooltip is displayed over a target element. Contains the raw event data and allows cancellation of the tooltip display operation. Enables developers to implement conditional tooltip visibility or custom tooltip filtering logic.
Props
The following table outlines the props for the SchedulerTooltipOpenEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| cancel | boolean | - | Set true to cancel this tooltip open |
| data | Record<string, any> | - | Raw appointment data |