defWithPostProcessing()
Home > @gooddata/sdk-model > defWithPostProcessing
defWithPostProcessing() function
Changes the postProcessing of a definition.
Signature:
export declare function defWithPostProcessing(definition: IExecutionDefinition, postProcessing: IPostProcessing): IExecutionDefinition;
Parameters
Parameter |
Type |
Description |
---|---|---|
definition |
execution definition to alter with postProcessing | |
postProcessing |
configuration that should be done with the data after they are obtained from the server and before they are passed to the user |
Returns:
new execution with the specified postProcessing