Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/paint
GetPaintCallback
Interface GetPaintCallback<F>
interface
GetPaintCallback
<
F
>
{
paint
?:
CirclePaint
|
PathPaint
|
PinPaint
;
type
?:
PaintType
;
(
feature
:
F
)
:
VectorAdapterLayerPaint
;
}
Type Parameters
F
extends
Feature
=
Feature
Get
Paint
Callback
(
feature
)
:
VectorAdapterLayerPaint
Parameters
feature
:
F
Returns
VectorAdapterLayerPaint
Index
Properties
paint?
type?
Properties
Optional
paint
paint
?:
CirclePaint
|
PathPaint
|
PinPaint
Optional
type
type
?:
PaintType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
paint
type
NextGIS Frontend
Loading...