Skip to content

EditJsonOptions

Options for editJson.

Import:

import type { EditJsonOptions } from 'obsidian-dev-utils/script-utils/json';

Signature:

export interface EditJsonOptions

Properties

PropertyTypeDescription
shouldSkipIfMissing?booleanIf true, skips editing if the file does not exist.

Links to this page: