EditJsonOptions
Options for editJson.
Import:
import type { EditJsonOptions } from 'obsidian-dev-utils/script-utils/json';Signature:
export interface EditJsonOptionsProperties
| Property | Type | Description |
|---|---|---|
| shouldSkipIfMissing? | boolean | If true, skips editing if the file does not exist. |
Links to this page: