BuildDeviceSettingsCommandArgumentsParams
Parameters for buildDeviceSettingsCommandArguments.
Import:
import type { BuildDeviceSettingsCommandArgumentsParams } from 'obsidian-integration-testing';Signature:
export interface BuildDeviceSettingsCommandArgumentsParamsProperties
| Property | Type | Description |
|---|---|---|
| name | string | The setting's name within namespace, e.g. show_ime_with_hard_keyboard. |
| namespace? | DeviceSettingNamespace | The settings namespace the name lives in. |
| value? | string | The value to write. Meaningful only for DeviceSettingVerb.Put. |
| verb | DeviceSettingVerb | The sub-command to issue. |
Links to this page: