v7.3.0

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

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
  • isTooltipBase : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of TooltipBase class, or subclass thereof.
  • tooltip : Tooltip
    READONLY

    A reference to the tooltip instance, which will have a special eventRecord property that you can use to get data from the contextual event record to which this tooltip is related.

Events

Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

Event handlers

Event handlers are callbacks called as a result of certain actions in this class

Source path

Scheduler/feature/base/TooltipBase.js

Contents