Type alias TJIIXEdgeLine

TJIIXEdgeLine: TJIIXEdgeElement & {
    id: string;
    kind: "line";
    p1Decoration?: "arrow-head" | string;
    p2Decoration?: "arrow-head" | string;
    type: "Edge";
    x1: number;
    x2: number;
    y1: number;
    y2: number;
}

Type declaration

  • id: string
  • kind: "line"
  • Optional p1Decoration?: "arrow-head" | string
  • Optional p2Decoration?: "arrow-head" | string
  • type: "Edge"
  • x1: number
  • x2: number
  • y1: number
  • y2: number

Generated using TypeDoc