TooltipBase
Base class for EventTooltip (Scheduler) and TaskTooltip (Gantt) features. Shows a tooltip next to an event bar in the timeline. Provides shared tooltip configuration, positioning, and content generation logic.
See also
- EventTooltip - Scheduler event tooltip
- ScheduleTooltip - Schedule area tooltip
- ClockTemplate - Clock template for tooltips
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The amount of time to hover before showing
-
Specify true to have tooltip updated when mouse moves, if you for example want to display date at mouse position.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of TooltipBase class, or subclass thereof.
-
Identifies an object as an instance of TooltipBase class, or subclass thereof.
-
A reference to the tooltip instance, which will have a special
eventRecordproperty that you can use to get data from the contextual event record to which this tooltip is related.