RelativePathToResourceUrlParams
Parameters for relativePathToResourceUrl.
Import:
import type { RelativePathToResourceUrlParams } from 'obsidian-dev-utils/obsidian/resource-url';Signature:
export interface RelativePathToResourceUrlParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian application instance. |
| notePath | string | The path of the note. |
| relativePath | string | The relative path to the resource. |
Links to this page: