@univerjsdesigninterfacesItooltipprops@univerjs/design v0.5.4 Interface: ITooltipProps Defined in: submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:22 Properties PropertyTypeDescriptionDefined in asChild?booleanWhether the tooltip is a child of the trigger element Default falsesubmodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:32 childrenReactNodeThe trigger elementsubmodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:41 onVisibleChange?(visible: boolean) => voidCallback when the visibility of the tooltip changessubmodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:55 placement?"left" | "right" | "bottom" | "top"The placement of the tooltip Default 'bottom'submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:46 showIfEllipsis?booleanWhether the tooltip is displayed when the content is ellipsis Default falsesubmodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:51 title?ReactNodeThe content of the tooltip Description If not set, the tooltip will not be displayed。 Although it can be set to ReactNode, it is recommended to use string.submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:37 visible?booleanWhether the tooltip is visible Description If not set, the tooltip will be controlled by the component itselfsubmodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:27IsliderpropsItreenodeprops