@univerjs-pro/exchange-client v0.5.0-beta.1Docs


Interface: IUploadNotificationService

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

Hide upload notification

Returns

void

Defined in

packages/exchange-client/src/services/upload-notification.service.ts:34


pushLink(link): void

Push link to upload notification

Parameters

ParameterType
linkILinkList

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

ParameterType
stateUploadNotificationState

Returns

void

Defined in

packages/exchange-client/src/services/upload-notification.service.ts:40