defSetPostProcessing()
Home > @gooddata/sdk-model > defSetPostProcessing
defSetPostProcessing() function
Creates new execution definition by setting a new post processing.
Signature:
export declare function defSetPostProcessing(def: IExecutionDefinition, postProcessing: IPostProcessing): IExecutionDefinition;
Parameters
Parameter | Type | Description |
---|---|---|
def | IExecutionDefinition | existing definition |
postProcessing | IPostProcessing | configuration that should be done with the data after they are obtained from the server and before they are passed to the user |
Returns:
always new instance