Option |
Values |
Default |
opacity(不透明度) |
0 – 1 |
0.9 |
content(ツールチップのメッセージ) |
Tooltip message |
empty |
size(ツールチップのサイズ) |
small, medium, large |
medium |
gravity(ツールチップの表示方向) |
south, west, north, east |
south |
theme(ツールチップのテーマ) |
dark, light |
dark |
trigger(ツールチップを表示するトリガー) |
hover, click |
hover |
animation(ツールチップを表示するアニメーション) |
none, flipIn, fadeIn |
none |
confirm(confirm機能の有無) |
true, false |
false |
yes(yesのラベル) |
Label for ‘Yes’ option |
‘Yes’ |
no(noのラベル) |
Label for ‘No’ option |
‘No’ |
finalMessage(最後に表示するメッセージ) |
A message that appears at the end of the action for the confirm |
” |
finalMessageDuration(最後に表示するメッセージの間隔) |
Duration of the final message in ms |
1000 |
onYes(yes時の動作) |
Function that is triggered when clicking ‘Yes’ on confirm |
empty |
onNo(no時の動作) |
Function that is triggered when clicking ‘No’ on confirm |
empty |