Perseus
    Preparing search index...
    type PolygonGraphOptions = {
        match?: string;
        numSides?: number | "unlimited";
        startCoords?: readonly Coord[];
        type: "polygon";
    }
    Index

    Properties

    match?: string
    numSides?: number | "unlimited"
    startCoords?: readonly Coord[]
    type: "polygon"