import { OnInit } from '@angular/core'; import { Attribute } from '../../data-model/attribute'; import * as i0 from "@angular/core"; export declare class AttributesDragdropLayoutComponent implements OnInit { /**---------- Inputs ----------*/ attributes: Array; searchedTerm: string; currentDragByElement: Attribute; /** * Constructor */ constructor(); ngOnInit(): void; /** * Triggered when dragging started on mat-tree element * * Used for showing static mat-tree element to give drag-clone feel*/ dragStart($event: DragEvent, attribute: Attribute): void; /*** * Triggered when dragging ended on mat-tree element */ dragEnd($event: DragEvent, attribute: Attribute): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }