showCasePreview(pzInsKey, configObj)
Displays a preview of a case item inside the preview panel.
Returns
Not applicable.
Parameters
Name | Type | Description | Required |
pzInsKey | string | The unique identifier of the case
item. Example:
| ✅ |
configObj | object | The name of the case item's class. | ❌ |
Usage example
In this example, the API displays the preview of a case item (identified by a unique
key called pzInsKey
) inside the preview panel.
getPConnect().getActionsApi().showCasePreview(pzInsKey, configObj);
Previous topic saveAndClose(containerItemID) Next topic showData(pageName, dataContext, dataContextParameters, options)