Skip to content

SharedFile

Unofficial

Represents a file shared to Obsidian from another app on mobile.

Import:

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

Signature:

export interface SharedFile

Properties

PropertyTypeDescription
namestringName of the shared file.
uristringURI of the shared file.