getContainerData(target)
Obtains the container information for a target container.
Returns
The state object for the target container.
Parameters
Name | Type | Description | Required |
target | string | The target container whose information is required. | ✅ |
Usage example
In this example, the API obtains the container information for the
app/primary
target container.
PCore.getContainerUtils().getContainerData('app/primary');
Previous topic getContainerAccessOrder(target) Next topic getContainerItemName(target, key, callback)