Skip to content

WriteDeviceSettingParams

Parameters for writeDeviceSetting.

Import:

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

Signature:

export interface WriteDeviceSettingParams extends DeviceSettingParams

Extends: DeviceSettingParams

Properties

PropertyTypeDescription
deviceIdstringThe device to address.
(Inherited from DeviceSettingParams)
namestringThe setting's name within namespace, e.g. show_ime_with_hard_keyboard.
(Inherited from DeviceSettingParams)
namespace?DeviceSettingNamespaceThe settings namespace the name lives in.
(Inherited from DeviceSettingParams)
valuestringThe value to write.

Links to this page: