defWithExecConfig()
Home > @gooddata/sdk-model > defWithExecConfig
defWithExecConfig() function
Changes additional execution configuration in the definition.
Signature:
export declare function defWithExecConfig(definition: IExecutionDefinition, config: IExecutionConfig): IExecutionDefinition;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| definition | definition to alter with execution config | |
| config | configuration | 
Returns:
new execution with the updated sorts
Remarks
Any additional execution configuration settings accumulated so far WILL be wiped out.
This function MUST be used to implement IPreparedExecution.withExecConfig();