Skip to content

ElectronClipboard.read method

ElectronClipboard › read

Unofficial

Reads the clipboard content for the specified format.

Signature:

read(format: string): string

Parameters:

Parameter Type Description
format string The format to read.

Returns: stringThe clipboard content.