Skip to content

SetNestedPropertyValueParams

Parameters for setNestedPropertyValue.

Import:

import type { SetNestedPropertyValueParams } from 'obsidian-dev-utils/object-utils';

Signature:

export interface SetNestedPropertyValueParams

Properties

PropertyTypeDescription
objGenericObjectThe object to set the nested property value in.
pathstringThe path to the nested property.
valueunknownThe value to set.

Links to this page: