Skip to content

DeviceSettingVerb

The settings sub-commands this helper issues.

Import:

import type { DeviceSettingVerb } from 'obsidian-integration-testing';

Signature:

export enum DeviceSettingVerb

Members:

MemberValueDescription
Delete'delete'Removes the setting, returning it to never-having-been-written.
Get'get'Reads the setting, printing null when it has never been written.
Put'put'Writes the setting.

Links to this page: