Skip to content

DeviceSettingNamespace

The settings namespaces this helper addresses.

Import:

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

Signature:

export enum DeviceSettingNamespace

Members:

MemberValueDescription
Global'global'Device-wide settings, e.g. hide_error_dialogs.
Secure'secure'Per-user settings the system reads, e.g. show_ime_with_hard_keyboard.
System'system'Per-user settings apps may read, e.g. screen_brightness.

Links to this page: