ElectronData
Unofficial
Data to write to the clipboard.
Import:
import type { ElectronData } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronDataProperties
| Property | Type | Description | |
|---|---|---|---|
| bookmark? | string | The title of the URL at text. | |
| html? | string | The HTML markup content. | |
| image? | ElectronNativeImage | The image content. | |
| rtf? | string | The RTF content. | |
| text? | string | The plain text content. |