childPut
Less than to read
Summary
The childPut method is used to update a child object within a parent screen and synchronize the changes with the backend. It allows you to modify the properties of a specific child object and save the updated data.
childPut Parameters
| Parameters | Description |
|---|---|
| target | Specifies the object node within the parent screen where the child object is located. |
| prefix | (Optional) A prefix to separate the data in the Redux store. |
childPut Example
"childPut": {
"target": "suppliers",
"prefix": "myprefix"
}