Perseus
    Preparing search index...
    type LockedPolygonType = {
        ariaLabel?: string;
        color: LockedFigureColor;
        fillStyle: LockedFigureFillType;
        labels: LockedLabelType[];
        points: Coord[];
        showVertices: boolean;
        strokeStyle: LockedLineStyle;
        type: "polygon";
        weight: StrokeWeight;
    }
    Index

    Properties

    ariaLabel?: string
    labels: LockedLabelType[]
    points: Coord[]
    showVertices: boolean
    strokeStyle: LockedLineStyle
    type: "polygon"
    weight: StrokeWeight