onListDimensionCustomValues
Definition
The host application is responsible for retrieving the requested
Once processing is complete, please refer to the
This callback ensures the widget and host application remain synchronized regarding the custom values assigned to a dimension.
Function Signature
onListDimensionCustomValues: (
dimension: DIQ_Dimension,
onResponse: (
result: DIQ_Result,
dimensionCustomValues: Array<DIQ_DimensionCustomValue> | null
) => void
) => void;
Callback Parameters
dimension
Type: DIQ_Dimension
Description: The
onResponse
Type: (result: DIQ_Result, dimensionCustomValues: Array<DIQ_DimensionCustomValue> | null) => void
Description: Callback function that must be called by the host to complete the operation, and return an array of