isContainerDirty(containerItemID)
Determines if the content within a container item has been updated.
Returns
The Boolean value true if the content within a container item has been updated.
Parameters
Name | Type | Description | Required |
containerItemID | string | The unique identifier of the container item whose content might have been updated. | ✅ |
Usage example
In this example, the API determines if the content in the
app/primary_1
container item has been updated.
PCore.getContainerUtils().isContainerDirty('app/primary_1');
Previous topic closeContainerItem(containerItemID, options) Next topic purgeTransientData(transientItemID)