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 SharedFileProperties
| Property | Type | Description | |
|---|---|---|---|
| name | string | Name of the shared file. | |
| uri | string | URI of the shared file. |