onListDimensionCustomValuesForLayout
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 associated with a layout.
Function Signature
onListDimensionCustomValuesForLayout: (
layoutKey: string,
onResponse: (
result: DIQ_Result,
dimensionCustomValues: Array<DIQ_DimensionCustomValue> | null
) => void
) => void;
Callback Parameters
layoutKey
Type: string
Description: The unique key identifying the layout for which
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