fix: webContents.print
parameter validation error (#38614)
This commit is contained in:
parent
e8fd5fd3a8
commit
c0d9764de9
3 changed files with 29 additions and 7 deletions
4
typings/internal-electron.d.ts
vendored
4
typings/internal-electron.d.ts
vendored
|
@ -242,6 +242,10 @@ declare namespace ElectronInternal {
|
|||
custom_display_name: string,
|
||||
height_microns: number,
|
||||
width_microns: number,
|
||||
imageable_area_left_microns?: number,
|
||||
imageable_area_bottom_microns?: number,
|
||||
imageable_area_right_microns?: number,
|
||||
imageable_area_top_microns?: number,
|
||||
is_default?: 'true',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue