APIFunctionssetValueByPathOn this pageFunction: setValueByPath() setValueByPath<T>(object, path, value): void Defined in: utils/setValueByPath.ts:3 Type Parameters T T = Record<string, any> Parameters object T path string value any Returns void