You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thingsboard-ngx-flowchart/lib/magnet.directive.d.ts

17 lines
779 B
TypeScript

import { ElementRef, OnInit } from '@angular/core';
import { FcCallbacks, FcConnector } from './ngx-flowchart.models';
import * as i0 from "@angular/core";
export declare class FcMagnetDirective implements OnInit {
elementRef: ElementRef<HTMLElement>;
callbacks: FcCallbacks;
connector: FcConnector;
constructor(elementRef: ElementRef<HTMLElement>);
ngOnInit(): void;
dragover(event: Event | any): boolean;
dragleave(event: Event | any): void;
drop(event: Event | any): boolean;
dragend(event: Event | any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FcMagnetDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FcMagnetDirective, "[fc-magnet]", never, { "callbacks": "callbacks"; "connector": "connector"; }, {}, never>;
}