Perseus
    Preparing search index...
    type LockedPointType = {
        ariaLabel?: string;
        color: LockedFigureColor;
        coord: Coord;
        filled: boolean;
        labels: LockedLabelType[];
        type: "point";
    }
    Index

    Properties

    ariaLabel?: string
    coord: Coord
    filled: boolean
    labels: LockedLabelType[]
    type: "point"