Tooltip renderer
| Name | Type | Description |
|---|---|---|
psv |
PSV.Viewer |
Extends
Members
-
config PSV.Options readonly inherited overrides
Configuration holder
-
-
Properties holder
-
-
psv PSV.Viewer readonly inherited overrides
Reference to main controller
-
-
Computed static sizes
-
Properties:
Name Type Description arrownumber bordernumber
Methods
-
create (config)PSV.components.Tooltip
Displays a tooltip on the viewer
-
Name Type Description configPSV.components.Tooltip.Config Fires:
Throws:
-
when the configuration is incorrect
- Type
- PSV.PSVError
Returns:
Type Description PSV.components.Tooltip Example
viewer.tooltip.create({ content: 'Hello world', top: 200, left: 450, position: 'center bottom'}) -
-
Destroys the service
-