onDimensionGroupRevisionDelete
Definition
The host application is responsible for deleting the provided
Once processing is complete, please refer to the
This callback ensures the widget and the host application remain synchronized when a dimension group revision is deleted.
Function Signature
onDimensionGroupRevisionDelete: (
group: DIQ_DimensionGroupRevision,
onResponse: (result: DIQ_Result) => void
) => void;
Callback Parameters
group
Type: DIQ_DimensionGroupRevision
Description: The
onResponse
Type: (result: DIQ_Result) => void
Description: Callback function that must be called by the host to complete the operation.