NextGIS Frontend
    Preparing search index...

    Type Alias Paint3D<F, P>

    Paint3D:
        | VectorAdapterLayerPaint3D
        | GetPaintCallback<F>
        | PropertyPaint3D<P extends null ? Properties : P>

    Type Parameters

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