Skip to content

ElectronData

Unofficial

Data to write to the clipboard.

Import:

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

Signature:

export interface ElectronData

Properties

PropertyTypeDescription
bookmark?stringThe title of the URL at text.
html?stringThe HTML markup content.
image?ElectronNativeImageThe image content.
rtf?stringThe RTF content.
text?stringThe plain text content.