### Your Question Below is the code where i'm looping through to display nodes and i want to use drag handle only on one node.type. How do i do that? <div [attr.node-id]="node.id" *ngFor="let node of nodes.nodes" fNode fDragHandle (fNodeSizeChange)="onNodeSizeChanged($event)" [fNodePosition]="node.position" class="node node-input" [class.extraWidthin]="node.type == 'inputDataset'" [class.resizable]="node.type == 'inputDataset' || node.type == 'docInteractor'" [class.drag-handle-]="true" [hidden]="node.parentGroupId" style="min-height: 300px;flex-direction:column;display:flex" > ### Context (optional) _No response_