@univerjs/ui v0.5.0-beta.1 • Docs
Interface: INotificationOptions
Properties
Property | Type | Description | Defined in |
---|---|---|---|
closable? | boolean | Whether to support closing | submodules/univer/packages/ui/src/components/notification/Notification.tsx:66 |
content | string | The content text of the notification | submodules/univer/packages/ui/src/components/notification/Notification.tsx:54 |
duration? | number | Automatic close time | submodules/univer/packages/ui/src/components/notification/Notification.tsx:62 |
key? | string | Key of the notification. | submodules/univer/packages/ui/src/components/notification/Notification.tsx:42 |
lines? | number | The number of lines of content text. Ellipses will be displayed beyond the line number. | submodules/univer/packages/ui/src/components/notification/Notification.tsx:70 |
placement? | Placement | Popup position | submodules/univer/packages/ui/src/components/notification/Notification.tsx:58 |
title | string | The title text of the notification | submodules/univer/packages/ui/src/components/notification/Notification.tsx:50 |
type | NotificationType | Component type, optional success, warning, error | submodules/univer/packages/ui/src/components/notification/Notification.tsx:46 |