mutate
Description
Parameters
Parameter |
Type |
Required |
Default |
Comment |
---|---|---|---|---|
copy | dict |
No |
{} |
|
out_bb | bool |
No |
False |
If this parameter is set to True, the data is stored in the blackboard rather than in the flowdata. By default, the key in the blackboard is set to the node name. To customize the key, specify the out_field parameter. |
out_field | str |
No |
None |
The key for the data in the blackboard. If out_bb is set to False, this parameter is ignored. |
split | dict |
No |
{} |
|
target | any |
Yes |
- |
Examples
No Examples