v7.3.0

TaskTooltip
Feature

Displays a tooltip when hovering a task. By default the tooltip displays:

  • task name
  • task column
  • task swimlane (if using swimlanes)
  • names of assigned resources (if any)

To customize the contents, supply your own template:

This feature is disabled by default.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

CSS variables

CSS variables that can be set to adjust appearance
Name Description
--b-task-board-tooltip-label-font-size Label font size
--b-task-board-tooltip-label-font-weight Label font weight
--b-task-board-tooltip-title-font-size Title font size
--b-task-board-tooltip-title-font-weight Title font weight
id: taskTooltip

Source path

TaskBoard/feature/TaskTooltip.js

Contents