@univerjs/design v0.5.0-beta.1 • Docs
Interface: ITooltipProps
Properties
Property | Type | Defined in |
---|---|---|
children | ReactElement <any , string | JSXElementConstructor <any >> | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:33 |
onVisibleChange? | (visible : boolean ) => void | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:37 |
placement? | "left" | "right" | "bottom" | "top" | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:29 |
showIfEllipsis? | boolean | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:35 |
style? | CSSProperties | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:39 |
title | ReactNode | () => ReactNode | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:31 |
visible? | boolean | submodules/univer/packages/design/src/components/tooltip/Tooltip.tsx:27 |