interface CirclePaint {
    color?: string | Expression;
    extrude3d?: number | Expression;
    fill?: boolean;
    fillColor?: string | Expression;
    fillOpacity?: number | Expression;
    opacity?: number | Expression;
    radius?: number | Expression;
    stroke?: boolean;
    strokeColor?: string | Expression;
    strokeOpacity?: number | Expression;
    type?: "circle";
    weight?: number | Expression;
}

Hierarchy (view full)

Properties

color?: string | Expression
extrude3d?: number | Expression
fill?: boolean
fillColor?: string | Expression
fillOpacity?: number | Expression
opacity?: number | Expression
radius?: number | Expression
stroke?: boolean
strokeColor?: string | Expression
strokeOpacity?: number | Expression
type
weight?: number | Expression

stroke width TODO: rename to width *