interface VertexWithProcessTypeData {
    forced: boolean;
    processId: string;
    vertex: Vertex;
}

Properties

forced: boolean
processId: string
vertex: Vertex