getContainerAccessOrder(target)
Obtains the access order data for a target container.
Returns
The access order data for the target container as an array.
Parameters
Name | Type | Description | Required |
target | string | The target container whose access order data is required. | ✅ |
Usage example
In this example, the API obtains the access order data for the
app/primary
container.
PCore.getContainerUtils().getContainerAccessOrder('app/primary');
Previous topic getChildContainerItems(containerItemName) Next topic getContainerData(target)