Skip to content

CanvasEmbed

Unofficial

Represents an embedded file reference within a canvas node.

Import:

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

Signature:

export interface CanvasEmbed

Properties

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: