@univerjs-pro/exchange-client v0.5.4
Interface: IUploadNotificationService
Defined in: packages/exchange-client/src/services/upload-notification.service.ts:18
Properties
Property | Type | Defined in |
---|---|---|
list$ | Observable <ILinkList []> | packages/exchange-client/src/services/upload-notification.service.ts:24 |
state$ | Observable <UploadNotificationState > | packages/exchange-client/src/services/upload-notification.service.ts:22 |
visible$ | Observable <boolean > | packages/exchange-client/src/services/upload-notification.service.ts:20 |
Methods
hide()
hide(): void
Defined in: packages/exchange-client/src/services/upload-notification.service.ts:34
Hide upload notification
Returns
void
pushLink()
pushLink(link): void
Defined in: packages/exchange-client/src/services/upload-notification.service.ts:46
Push link to upload notification
Parameters
Parameter | Type |
---|---|
link | ILinkList |
Returns
void
show()
show(): void
Defined in: packages/exchange-client/src/services/upload-notification.service.ts:29
Show upload notification
Returns
void
updateState()
updateState(state): void
Defined in: packages/exchange-client/src/services/upload-notification.service.ts:40
Update upload notification state
Parameters
Parameter | Type |
---|---|
state | UploadNotificationState |
Returns
void