DependencyTooltip
Configs
4
Configs
4Dependency 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.
| Parameter | Type | Description |
|---|---|---|
dependency | DependencyBaseModel | The dependency record |
Returns: String | DomConfig
Other
Set to true to show the lag in the tooltip
Properties
4
Properties
4Class hierarchy
Identifies an object as an instance of DependencyTooltip class, or subclass thereof.
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.
| Parameter | Type | Description |
|---|---|---|
dependency | DependencyBaseModel | The dependency record |
Returns: String | DomConfig
CSS variables
1
CSS variables
1| Name | Description |
|---|---|
--b-dependency-tooltip-label-font-size | Font size for dependency tooltip labels |