DeviceSettingParams
Parameters for deleteDeviceSetting and readDeviceSetting.
Import:
import type { DeviceSettingParams } from 'obsidian-integration-testing';Signature:
export interface DeviceSettingParamsProperties
| Property | Type | Description |
|---|---|---|
| deviceId | string | The device to address. |
| name | string | The setting's name within namespace, e.g. show_ime_with_hard_keyboard. |
| namespace? | DeviceSettingNamespace | The settings namespace the name lives in. |
Links to this page: