set
Updates a nested object path.
Table of contents
Category
Value
Import
jsimport { set } from "valyrian.js/utils";Public signature
ts(obj: any, path: string, value: any): voidParameters
tsobj: any, path: string, value: anyResult
tsvoidObservable effects
Creates missing path segments and writes the value into the source object.