Skip to content

DemoVaultAppJson

A parsed .obsidian/app.json. Only the settings in DEMO_VAULT_APP_JSON_SETTINGS are interpreted; every other setting is carried through untouched.

Import:

import type { DemoVaultAppJson } from 'obsidian-dev-utils/script-utils/demo-vault-app-json';

Signature:

export type DemoVaultAppJson

Signature:

type DemoVaultAppJson = Record<string, unknown>

Type: Record<string, unknown>


Links to this page: