callDialog MethodStatic

Deprecated  in 3.x. use dialogIpc

Call an asynchronous method in the Electron.Dialog interface from a previously initialized ElectronFrontend.

callDialog<T extends DialogModuleMethod>(methodName: T, ...args: Parameters<>): Promise<PromiseReturnType<>>

Parameter Type Description
methodName T the name of the method to call
...args Parameters<> arguments to method

Returns - Promise<PromiseReturnType<>>

Defined in

Last Updated: 17 May, 2024