UNPKG

1.3 kBTypeScriptView Raw
1export declare const Pathway: {
2 BoardHeight: number;
3 Name: string;
4};
5export declare const DataNode: {
6 Type: string;
7 Graphics: any;
8};
9export declare const Group: {
10 Graphics: {
11 Align: string;
12 Color: string;
13 Valign: string;
14 FontSize: number;
15 FontWeight: string;
16 LineThickness: number;
17 FillOpacity: number;
18 };
19 Style: string;
20};
21export declare const Anchor: {
22 Shape: string;
23 Graphics: {
24 LineThickness: number;
25 };
26};
27export declare const GPMLEdge: {
28 Graphics: {
29 Color: string;
30 LineStyle: string;
31 ConnectorType: string;
32 FillColor: string;
33 LineThickness: number;
34 };
35};
36export declare const GraphicalLine: {
37 Graphics: {
38 Color: string;
39 LineStyle: string;
40 ConnectorType: string;
41 FillColor: string;
42 LineThickness: number;
43 };
44};
45export declare const Interaction: {
46 Graphics: {
47 Color: string;
48 LineStyle: string;
49 ConnectorType: string;
50 FillColor: string;
51 LineThickness: number;
52 };
53};
54export declare const Label: {
55 Graphics: any;
56};
57export declare const Shape: {
58 Graphics: any;
59};
60export declare const State: {
61 StateType: string;
62 Graphics: any;
63};