@univerjs-pro/exchange-client v0.5.0-beta.1 • Docs
Interface: IUploadNotificationService
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
Hide upload notification
Returns
void
Defined in
packages/exchange-client/src/services/upload-notification.service.ts:34
pushLink()
pushLink(link): void
Push link to upload notification
Parameters
Parameter | Type |
---|---|
link | ILinkList |
Returns
void
Defined in
packages/exchange-client/src/services/upload-notification.service.ts:46
show()
show(): void
Show upload notification
Returns
void
Defined in
packages/exchange-client/src/services/upload-notification.service.ts:29
updateState()
updateState(state): void
Update upload notification state
Parameters
Parameter | Type |
---|---|
state | UploadNotificationState |
Returns
void
Defined in
packages/exchange-client/src/services/upload-notification.service.ts:40