SetNestedPropertyValueParams
Parameters for setNestedPropertyValue.
Import:
import type { SetNestedPropertyValueParams } from 'obsidian-dev-utils/object-utils';Signature:
export interface SetNestedPropertyValueParamsProperties
| Property | Type | Description |
|---|---|---|
| obj | GenericObject | The object to set the nested property value in. |
| path | string | The path to the nested property. |
| value | unknown | The value to set. |
Links to this page: