You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`name` String - the name of the printer as understood by the OS.
4
+
*`displayName` String - the name of the printer as shown in Print Preview.
5
+
*`description` String - a longer description of the printer's type.
6
+
*`status` Number - the current status of the printer.
7
+
*`isDefault` Boolean - whether or not a given printer is set as the default printer on the OS.
8
+
*`options` Object - an object containing a variable number of platform-specific printer information.
9
+
10
+
The number represented by `status` means different things on different platforms: on Windows it's potential values can be found [here](https://docs.microsoft.com/en-us/windows/win32/printdocs/printer-info-2), and on Linux and macOS they can be found [here](https://www.cups.org/doc/cupspm.html).
7
11
8
12
## Example
9
13
@@ -12,32 +16,34 @@ may be different on each platform.
0 commit comments