Type alias Paint<F, P>

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

Type Parameters

  • F extends Feature = Feature

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

Generated using TypeDoc