@univerjs-pro/exchange-client v0.5.4


Interface: IUploadNotificationService

Defined in: packages/exchange-client/src/services/upload-notification.service.ts:18

Properties

PropertyTypeDefined 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(link): void

Defined in: packages/exchange-client/src/services/upload-notification.service.ts:46

Push link to upload notification

Parameters

ParameterType
linkILinkList

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

ParameterType
stateUploadNotificationState

Returns

void