DependencyTooltip
Mixin
Mixin that adds tooltip support to the Dependencies feature.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Set to
trueto show the lag in the tooltip -
Set to
trueto show a tooltip when hovering a dependency lineHas a corresponding runtime showTooltip property.
-
A tooltip config object that will be applied to the dependency hover tooltip. Can be used to for example customize delay
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of DependencyTooltip class, or subclass thereof.
-
Identifies an object as an instance of DependencyTooltip class, or subclass thereof.
-
Set to
trueto show a tooltip when hovering a dependency lineHas a corresponding showTooltip config.
-
A template function allowing you to configure the contents of the tooltip shown when hovering a dependency line. You can return either an HTML string or a DomConfig object.
Has a corresponding tooltipTemplate config.
Functions
Functions are methods available for calling on the classCSS variables
CSS variables that can be set to adjust appearance| Name | Description |
|---|---|
| --b-dependency-tooltip-label-font-size | Font size for dependency tooltip labels |