| Quintiq file version 2.0 | 
| #parent: CustomDrawRC/CustomDrawDataLayerOperationInputGroup | 
| Response OnDrop ( | 
|   structured[OperationInput] source, | 
|   OperationInputGroup target | 
| ) id:Response_CustomDrawRC_CustomDrawDataLayerOperationInputGroup_OnDrop_593 | 
| { | 
|   #keys: '[139394.0.1321243628]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebCustomDrawDataLayer_OnDrop' | 
|   Precondition: | 
|   [* | 
|     return target.CanMoveOperation( feedback, source ) | 
|            and target.CanAddOperationInputs( feedback, source ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Drop operation input on operation input group, to move input to group | 
|       target.MoveOperations( source ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |