CanvasEmbed
Unofficial
Represents an embedded file reference within a canvas node.
Import:
import type { CanvasEmbed } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface CanvasEmbedProperties
| Property | Type | Description | |
|---|---|---|---|
| file | string | Path to the embedded file. | |
| subpath? | string | Optional subpath within the file (e.g., heading or block reference). |
Links to this page: