ParseDemoVaultAppJsonParams
Parameters for parseDemoVaultAppJson.
Import:
import type { ParseDemoVaultAppJsonParams } from 'obsidian-dev-utils/script-utils/demo-vault-app-json';Signature:
export interface ParseDemoVaultAppJsonParamsProperties
| Property | Type | Description |
|---|---|---|
| content | null | string | The raw file content, or null when the vault commits no app.json at all — which is the expected state for a vault that has nothing else to configure. |
| path | string | The path the content was read from, named in the error when it does not parse. |
Links to this page: