Perseus
    Preparing search index...
    type PointGraphOptions = {
        numPoints?: number | "unlimited";
        startCoords?: readonly Coord[];
        type: "point";
    }
    Index

    Properties

    numPoints?: number | "unlimited"
    startCoords?: readonly Coord[]
    type: "point"