Skip to content

ElectronPrinterInfo

Unofficial

Information about a system printer.

Import:

import type { ElectronPrinterInfo } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronPrinterInfo

Properties

Property Type Description
description string A longer description of the printer's type.
displayName string The name of the printer as shown in Print Preview.
isDefault boolean Whether the printer is set as the default printer on the OS.
name string The name of the printer as understood by the OS.
options ElectronPrinterInfoOptions An object containing a variable number of platform-specific printer information.
status number The current status of the printer.

Links to this page: