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

Property Type Description
name string Name of the shared file.
uri string URI of the shared file.