Skip to content

ElectronPrinterInfo

Unofficial

Information about a system printer.

Import:

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

Signature:

export interface ElectronPrinterInfo

Properties

PropertyTypeDescription
descriptionstringA longer description of the printer's type.
displayNamestringThe name of the printer as shown in Print Preview.
isDefaultbooleanWhether the printer is set as the default printer on the OS.
namestringThe name of the printer as understood by the OS.
optionsElectronPrinterInfoOptionsAn object containing a variable number of platform-specific printer information.
statusnumberThe current status of the printer.

Links to this page: