Skip to content

BuildDeviceSettingsCommandArgumentsParams

Parameters for buildDeviceSettingsCommandArguments.

Import:

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

Signature:

export interface BuildDeviceSettingsCommandArgumentsParams

Properties

PropertyTypeDescription
namestringThe setting's name within namespace, e.g. show_ime_with_hard_keyboard.
namespace?DeviceSettingNamespaceThe settings namespace the name lives in.
value?stringThe value to write. Meaningful only for DeviceSettingVerb.Put.
verbDeviceSettingVerbThe sub-command to issue.

Links to this page: