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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
params | SetNestedPropertyValueParams | The parameters for setting the nested property value. |
Returns: void
Links to this page: