@univerjs/design v0.5.0-beta.1 • Docs
Interface: IConfirmProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
cancelText? | string | The text of the Confirm’s confirm button. | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:42 |
children | ReactNode | - | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:26 |
confirmText? | string | The text of the Confirm’s cancel button. | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:47 |
onClose? | () => void | Callback when the Confirm is closed. | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:52 |
onConfirm? | () => void | Callback when the Confirm is confirmed. | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:57 |
title? | ReactNode | The title of the Confirm. | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:37 |
visible? | boolean | Whether the Confirm is visible. Default false | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:32 |
width? | string | number | The width of the Confirm. | submodules/univer/packages/design/src/components/confirm/Confirm.tsx:62 |