hongji.li
2023-10-25 af73f90f5dbcd379e1be72144f281ca26958b41f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Quintiq file version 2.0
#parent: CustomDrawComponentRoutingConfigurator
Response OnClick (
  structured[Edge] selection
) id:Response_CustomDrawComponentRoutingConfigurator_MenuDeleteIOEdges_OnClick
{
  #keys: '[113694.2.517696711]'
  Body:
  [*
    // Delete operation IO link edges
    Edge::Delete( selection );
  *]
  CanBindMultiple: false
  DefinitionID => /CustomDrawComponentRoutingConfigurator/Responsedef_CustomDrawComponentRoutingConfigurator_Menu_OnClick
  Initiator: 'MenuDeleteIOEdges'
}