| Quintiq file version 2.0 | 
| #parent: CustomDrawComponent | 
| Response OnClick ( | 
|   structured[Node] selection | 
| ) id:Response_CustomDrawComponent_MenuEditVisualization3_OnClick | 
| { | 
|   #keys: '[124808.2.480099586]' | 
|   Body: | 
|   [* | 
|     // Edit visualisation | 
|     dlg := construct( DialogEditVisualization ); | 
|     dlg.Edit( this, DataHolderHighlight.Data() ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /CustomDrawComponent/Responsedef_CustomDrawComponent_Menu_OnClick | 
|   Initiator: 'MenuEditVisualization3' | 
|   Precondition: | 
|   [* | 
|     return ViewBase::CanEditNodesVisualization( feedback, DataHolderHighlight.Data() ); | 
|   *] | 
| } |