Quintiq file version 2.0 
 | 
#parent: CustomDrawComponentRoutingConfigurator 
 | 
Response OnClick ( 
 | 
  structured[Edge] selection 
 | 
) id:Response_CustomDrawComponentRoutingConfigurator_MenuHideOperationLinkEdge_OnClick 
 | 
{ 
 | 
  #keys: '[127710.1.289180032]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Hide the operation link edges from being visible to the user 
 | 
     
 | 
    Edge::Hide( selection ); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /CustomDrawComponentRoutingConfigurator/Responsedef_CustomDrawComponentRoutingConfigurator_Menu_OnClick 
 | 
  Initiator: 'MenuHideOperationLinkEdge' 
 | 
} 
 |