Skip to content

ElectronDownloadItem.setSaveDialogOptions method

ElectronDownloadItem › setSaveDialogOptions

Unofficial

Sets custom options for the save dialog. Only available in the session's will-download callback.

Signature:

setSaveDialogOptions(options: ElectronSaveDialogOptions): void

Parameters:

Parameter Type Description
options ElectronSaveDialogOptions The save dialog options.

Returns: void