show dialog interface
This commit is contained in:
parent
4a3705e675
commit
4c6a1892c0
|
@ -16,4 +16,6 @@ export abstract class PlatformUtilsService {
|
||||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||||
getApplicationVersion: () => string;
|
getApplicationVersion: () => string;
|
||||||
supportsU2f: (win: Window) => boolean;
|
supportsU2f: (win: Window) => boolean;
|
||||||
|
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
||||||
|
type?: string) => Promise<boolean>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue