Perseus
    Preparing search index...
    type CircleGraphOptions = {
        startParams: { center?: Coord; radius?: number };
        type: "circle";
    }
    Index

    Properties

    Properties

    startParams: { center?: Coord; radius?: number }
    type: "circle"