@univerjs/ui v0.4.2 • Docs
Interface: IConfirmService
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
confirmOptions$ | readonly | Subject <IConfirmPartMethodOptions []> | packages/ui/src/services/confirm/confirm.service.ts:25 (opens in a new tab) |
Methods
close()
close(id): void
Parameters
Parameter | Type |
---|---|
id | string |
Returns
void
Defined in
packages/ui/src/services/confirm/confirm.service.ts:29 (opens in a new tab)
confirm()
confirm(params): Promise<boolean>
Parameters
Parameter | Type |
---|---|
params | IConfirmPartMethodOptions |
Returns
Promise
<boolean
>
Defined in
packages/ui/src/services/confirm/confirm.service.ts:28 (opens in a new tab)
open()
open(params): IDisposable
Parameters
Parameter | Type |
---|---|
params | IConfirmPartMethodOptions |
Returns
Defined in
packages/ui/src/services/confirm/confirm.service.ts:27 (opens in a new tab)