align | 位置 | top | bottom | left | right | topLeft | topRight | bottomLeft | bottomRight | leftTop | leftBottom | rightTop | rightBottom | right |
trigger | 触发条件 | hover | click | focus | hover |
disabled | 禁用状态 | boolean | |
arrow | 显示箭头 | boolean | |
hideDelay | 隐藏延迟 | number | 200 |
theme | 主题 | string | light | primary | success | info | warning | error | blue | green | red | yellow | pink | magenta | volcano | orange | gold | lime | cyan | geekblue | purple | |
content | 提示内容 | string | JSXElement | |
contentStyle | 内容区域的样式 | JSX.CSSProperties | string | |
visible | 显示隐藏控制 | Signal | |
onVisibleChange | 打开回调函数 | Function | |
offset | 偏移量 | number | |
arrowPointAtCenter | 箭头位置在目标元素中间 | boolean | - |