|
@@ -354,7 +354,7 @@ import { Popconfirm, Tooltip, Button } from '@douyinfe/semi-ui';
|
|
|
| stopPropagation | Whether to prevent click events on the bomb layer from bubbling | boolean | false | **0.34.0** |
|
|
|
| transformFromCenter | Whether to transform from the horizontal or vertical center of the element of the package, this parameter affects only the `tansform-origin 'of the dynamic effect transformation and generally does not need to be changed | boolean | true |
|
|
|
| trigger | Timing of triggering display, optional value: `hover`/`focus`/`click`/`custom` | string | 'hover' | |
|
|
|
-| visible | Whether to show the pop-up layer | boolean | | |
|
|
|
+| visible | Whether to show the pop-up layer, need to be used with trigger='custom' | boolean | | |
|
|
|
| wrapperClassName | When children are disabled or children are multiple elements, the outer layer will wrap a layer of span elements, and the api is used to set the style class name of this span | string | | 1.32.0 |
|
|
|
| wrapperId | The id of the wrapper node of the popup layer. The aria attribute of the trigger points to this id. | string | | 2.11.0 |
|
|
|
| zIndex | Bullet levels. | number | 1060 | |
|