resolveConfigProps(configProps, destinationObject)
Resolves the input properties and obtains the resolved properties.
Returns
The resolved properties as an object.
Parameters
Name | Type | Description | Required |
configProps | object | The properties that need to be resolved. | ✅ |
destinationObject | object | The object to which the input properties must be added. | ❌ |
Usage example
In this example, the API resolves the properties in @P .FirstName
and obtains the first name.
const props = getPConnect().resolveConfigProps({ label: `@P .FirstName` });
Previous topic reportError(errorMsg, errorObj, context) Next topic setAction(eventType, handler)