getConfigProps(destinationObject)
Obtains the resolved configuration of a component.
Returns
An object containing the resolved configuration of a component.
Parameters
Name | Type | Description | Required |
destinationObject | object | The object to which the resolved configuration properties are added. | ❌ |
Usage example
In this example, the API returns the resolved configuration of a component.
const props = getPConnect().getConfigProps();
Previous topic getComponentName() Next topic getContainerManager()