Skip to content

ElectronSharingItem

Unofficial

Electron SharingItem describing the content to share via the shareMenu role.

Import:

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

Signature:

export interface ElectronSharingItem

Properties

Property Type Description
filePaths? string[] An array of files to share.
texts? string[] An array of text to share.
urls? string[] An array of URLs to share.

Links to this page: