Skip to content

DeviceSettingParams

Parameters for deleteDeviceSetting and readDeviceSetting.

Import:

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

Signature:

export interface DeviceSettingParams

Properties

PropertyTypeDescription
deviceIdstringThe device to address.
namestringThe setting's name within namespace, e.g. show_ime_with_hard_keyboard.
namespace?DeviceSettingNamespaceThe settings namespace the name lives in.

Links to this page: