ElectronClipboard.read method
ElectronClipboard › read
Unofficial
Reads the clipboard content for the specified format.Signature:
read(format: string): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| format | string | The format to read. |
Returns: string — The clipboard content.