Support Tosca Function For Operation Implmentation Properties
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / interface-operatons / operation-creator / input-list / input-list.component.html
index 273fc7e..9a2d1f3 100644 (file)
         [dataTypeMap]="dataTypeMap"
         [valueObjRef]="input.value"
         [schema]="input.schema"
+        [toscaFunction]="input.toscaFunction"
+        [showToscaFunctionOption]="showToscaFunctionOption"
         [isViewOnly]="isViewOnly"
         [allowDeletion]="allowDeletion"
+        [componentInstanceMap]="componentInstanceMap"
         (onValueChange)="onValueChange($event)"
         (onDelete)="onDelete($event)">
     </app-input-list-item>