Fixes electron/electron-typescript-definitions/issues/63
This commit is contained in:
parent
873a315538
commit
58a42682d8
1 changed files with 2 additions and 2 deletions
|
@ -932,8 +932,8 @@ Returns [`PrinterInfo[]`](structures/printer-info.md)
|
|||
#### `contents.print([options])`
|
||||
|
||||
* `options` Object (optional)
|
||||
* `silent` Boolean - Don't ask user for print settings. Default is `false`.
|
||||
* `printBackground` Boolean - Also prints the background color and image of
|
||||
* `silent` Boolean (optional) - Don't ask user for print settings. Default is `false`.
|
||||
* `printBackground` Boolean (optional) - Also prints the background color and image of
|
||||
the web page. Default is `false`.
|
||||
* `deviceName` String (optional) - Set the printer device name to use. Default is `''`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue