DependencyTooltip

Configs

4

Dependency tooltip

Set to true to show a tooltip when hovering a dependency line

A tooltip config object that will be applied to the dependency hover tooltip. Can be used to for example customize delay

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.

ParameterTypeDescription
dependencyDependencyBaseModel

The dependency record

Returns: String | DomConfig

Other

showLagInTooltip: Boolean= false

Set to true to show the lag in the tooltip

Properties

4

Class hierarchy

isDependencyTooltip: Boolean= truereadonly
Identifies an object as an instance of DependencyTooltip class, or subclass thereof.
isDependencyTooltip: Boolean= truereadonlystatic
Identifies an object as an instance of DependencyTooltip class, or subclass thereof.

Dependency tooltip

Set to true to show a tooltip when hovering a dependency line

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.

ParameterTypeDescription
dependencyDependencyBaseModel

The dependency record

Returns: String | DomConfig

CSS variables

1
NameDescription
--b-dependency-tooltip-label-font-sizeFont size for dependency tooltip labels