Skip to content

KnownVertexId

type KnownVertexId =
| CellVertexId
| NameVertexId
| RangeVertexId;

Exhaustive type union for the currently-defined vertex ID classes.