interface VertexWithUserData {
    userData: StringIndexedInterface;
    vertex: Vertex;
}

Properties

Properties

vertex: Vertex