UNPKG

rete-angular-jellytech-plugin

Version:

Angular Jellytech ==== Plugin for displaying SCADA and overview elements

10 lines (9 loc) 338 B
import { ClassicPreset } from "rete"; export declare class ScadaSocket extends ClassicPreset.Socket { positionX: number; positionY: number; direction: string; type: string; blankView: boolean; constructor(name: string, positionX: number, positionY: number, direction: string, type: string, blankView?: boolean); }