NextGIS Frontend
    Preparing search index...

    Interface BasePaint

    interface BasePaint {
        color?: string | Expression;
        extrude3d?: number | Expression;
        fill?: boolean;
        fillColor?: string | Expression;
        fillOpacity?: number | Expression;
        opacity?: number | Expression;
        stroke?: boolean;
        strokeColor?: string | Expression;
        strokeOpacity?: number | Expression;
        type?: PaintType;
        weight?: number | Expression;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    stroke width TODO: rename to width *