EditingEdge: {
    entity: Entity<Spec>;
    initialPort: string;
    initialPortRatio: number;
    intersection: Nullable<Intersection>;
    isMessageFlow: boolean;
    konvas: Nullable<Group>;
    port: string;
    portRatio: number;
}