FlowNode: FlowElement & {
    label?: string | null;
    locationX: number;
    locationY: number;
}

Type declaration

  • Optional label?: string | null
  • locationX: number
  • locationY: number