OnLoadCustomElementsSuccessCallbackPayload
Home > @gooddata/sdk-ui-filters > OnLoadCustomElementsSuccessCallbackPayload
OnLoadCustomElementsSuccessCallbackPayload type
Payload of the onLoadCustomElementsSuccess callback.
Signature:
export type OnLoadCustomElementsSuccessCallbackPayload = Partial<CallbackPayloadWithCorrelation> & ILoadElementsResult;
References: CallbackPayloadWithCorrelation, ILoadElementsResult