@univerjsuiindexinterfacesInotificationoptions

@univerjs/ui v0.5.0-beta.1Docs


Interface: INotificationOptions

Properties

PropertyTypeDescriptionDefined in
closable?booleanWhether to support closingsubmodules/univer/packages/ui/src/components/notification/Notification.tsx:66
contentstringThe content text of the notificationsubmodules/univer/packages/ui/src/components/notification/Notification.tsx:54
duration?numberAutomatic close timesubmodules/univer/packages/ui/src/components/notification/Notification.tsx:62
key?stringKey of the notification.submodules/univer/packages/ui/src/components/notification/Notification.tsx:42
lines?numberThe 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?PlacementPopup positionsubmodules/univer/packages/ui/src/components/notification/Notification.tsx:58
titlestringThe title text of the notificationsubmodules/univer/packages/ui/src/components/notification/Notification.tsx:50
typeNotificationTypeComponent type, optional success, warning, errorsubmodules/univer/packages/ui/src/components/notification/Notification.tsx:46