Interface ConnectionToAdd

Hierarchy

  • ConnectionToAdd

Properties

properties: any
relationship: string
vertex: {
    id: any;
    required: boolean;
    type: string;
}

Type declaration

  • id: any
  • required: boolean
  • type: string

Generated using TypeDoc