Tooltip
Group containing properties that define the behavior of the component tooltip.
Content
Specifies the text or HTML content to be displayed in the tooltip.
Variable Name: | tooltipContent |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipContent | String | Tooltip Content |
Placement
Determines the position of the tooltip relative to the component.
Variable Name: | tooltipPlacement |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipPlacement | String | Selection options:
|
Color
Defines the background color of the tooltip bubble.
Variable Name: | tooltipColor |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipColor | Color | Generate Mouse Exited Events |
Mouse Enter Delay
Sets the delay time in milliseconds before the tooltip appears when the mouse enters the target element.
Variable Name: | tooltipMouseEnterDelay |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipMouseEnterDelay | Long | Milliseconds after mouse enter to display tooltip. |
Mouse Leave Delay
Sets the delay time in milliseconds before the tooltip disappears after the mouse leaves the target element.
Variable Name: | tooltipMouseLeaveDelay |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipMouseLeaveDelay | Long | Milliseconds after mouse exit to close tooltip. |
Class Name
Assigns a CSS class to the tooltip, allowing customization of the tooltip styling with CSS.
Variable Name: | tooltipClassName |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipClassName | String | Name of CSS class to assign to the tooltip. |
Style
Additional CSS style or styles to be applied to the tooltip content.
Variable Name: | tooltipContentStyle |
Records: | 1 |
Permissions: | Readable at Observer permission level, writable at Manager permission level |
Record Format:
Field Name | Field Type | Notes |
tooltipContentStyle | String | Must adhere to CSS formatting |
Was this page helpful?