NextGIS Frontend
    Preparing search index...

    Type Alias Paint<F, P>

    Paint:
        | VectorAdapterLayerPaint
        | GetPaintCallback<F>
        | PropertiesPaint<P extends null ? Properties : P>

    Type Parameters

    • F extends Feature = Feature
    • P extends Properties | null = F["properties"]