The content of the Tooltip. default value: ""
To set the Tooltip display duration, default value: 1500
To get the position by Element selector, use this parameter if the position parameter is not set.
To set the offset which is from the tooltip to the position or element defalut value: 10
The placement of the Tooltip. The optional values include: "top", "top-left", "top-right", "bottom", "bottom-left", "bottom-right", "left", "left-top", "left-bottom", "right", "right-top", "right-bottom"
default value: "bottom"
To set the position to display the Tooltip
The title of the Tooltip. default value: ""
To specify if the arrow is visible, default value: true
To set the width of the Tooltip, default value: 210
To set the z-index of the Tooltip, default value: 2000
To set the offset of the arrow. When the placement starts with "top" or "bottom" and the offset exceeds half of the width of tooltip, it will be set to half of the width. When the placement starts with "left" or "right" and the offset exceeds half of the height of tooltip, it will be set to half of the tooltip. default value: 10