Skip to content

setNestedPropertyValue

Sets the value of a nested property in an object.

Import:

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

Signature:

function setNestedPropertyValue(params: SetNestedPropertyValueParams): void

Parameters:

ParameterTypeDescription
paramsSetNestedPropertyValueParamsThe parameters for setting the nested property value.

Returns: void


Links to this page: