app-workflow_engine

On this page:

assign

Summary

Copies an object and assigns new properties.

Description

Copies the values of all enumerable own properties from one source object to a target object. It will return the target object.

Route

No Northbound API Available

Roles

Parameters

DetailsExampleSchema
Name Type Required Description
target object yes The target object
sourceN object yes The source object

Return

DetailsExampleSchema
Name Type Description
targetObject object The target object