weasel API - v0.8.0
    Preparing search index...

    Interface PathEditingOverlayStyle

    interface PathEditingOverlayStyle {
        anchorFill?: string;
        anchorFillSelected?: string;
        anchorSizePx?: number;
        anchorStroke?: string;
        handleDotFill?: string;
        handleDotRadiusPx?: number;
        handleStroke?: string;
        marqueeFill?: string;
        marqueeStroke?: string;
    }
    Index

    Properties

    anchorFill?: string
    anchorFillSelected?: string

    Fill of a selected anchor square. Defaults to the anchor stroke color, so selection reads as "the marker filled in".

    anchorSizePx?: number
    anchorStroke?: string
    handleDotFill?: string

    Fill of the control-point circle. Defaults to the handleStroke color at 50% alpha — keeps the marker readable but lets the underlying curve / background show through, which matches Figma's "translucent handle dot" idiom.

    handleDotRadiusPx?: number
    handleStroke?: string
    marqueeFill?: string

    Fill of the marquee rubber band.

    marqueeStroke?: string

    Stroke of the marquee rubber band.