An object defining configuration properties for the Tooltip UI component.
Name Description animationConfigures UI component visibility animations. This object contains two fields: show and hide.
containerSpecifies the container in which to render the UI component.
contentComponentAn alias for the contentTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
contentRenderAn alias for the contentTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
contentTemplateSpecifies a custom template for the UI component content.
deferRenderingSpecifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately.
disabledSpecifies whether the UI component responds to user interaction.
heightSpecifies the UI component's height.
hideEventSpecifies properties of popover hiding. Ignored if the shading property is set to true.
hideOnOutsideClickSpecifies whether to hide the UI component if a user clicks outside the popover window or outside the target element.
hideOnParentScrollSpecifies whether to hide the Tooltip when users scroll one of its parent elements.
hintSpecifies text for a hint that appears when a user pauses on the UI component.
hoverStateEnabledSpecifies whether the UI component changes its state when a user pauses on it.
maxHeightSpecifies the maximum height the UI component can reach while resizing.
maxWidthSpecifies the maximum width the UI component can reach while resizing.
minHeightSpecifies the minimum height the UI component can reach while resizing.
minWidthSpecifies the minimum width the UI component can reach while resizing.
onContentReadyA function that is executed when the UI component is rendered and each time the component is repainted.
onDisposingA function that is executed before the UI component is disposed of.
onHiddenA function that is executed after the UI component is hidden.
onHidingA function that is executed before the UI component is hidden.
onInitializedA function used in JavaScript frameworks to save the UI component instance.
onOptionChangedA function that is executed after a UI component property is changed.
onShowingA function that is executed before the UI component is displayed.
onShownA function that is executed after the UI component is displayed.
positionAn object defining UI component positioning properties.
rtlEnabledSwitches the UI component to a right-to-left representation.
shadingSpecifies whether to shade the background when the UI component is active.
shadingColorSpecifies the shading color. Applies only if shading is enabled.
showEventSpecifies properties for displaying the UI component.
targetSpecifies the element against which to position the Tooltip. If target is undefined
, the component cannot be displayed.
A Boolean value specifying whether or not the UI component is visible.
widthSpecifies the UI component's width.
wrapperAttrSpecifies the global attributes for the UI component's wrapper element.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4