GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/geojson/loader/loader-types
ValidatorModule
Interface ValidatorModule
Minimal interface for the _GeoJSONFeatureValidator runtime module.
interface
ValidatorModule
{
validateFeatureCollection
:
(
data
:
unknown
,
)
=>
{
errors
:
unknown
[]
;
validFeatures
:
unknown
[]
}
;
}
Index
Properties
validate
Feature
Collection
Properties
validate
Feature
Collection
validateFeatureCollection
:
(
data
:
unknown
,
)
=>
{
errors
:
unknown
[]
;
validFeatures
:
unknown
[]
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
validate
Feature
Collection
GeoLeaf Core API - v3.0.0
Loading...
Minimal interface for the _GeoJSONFeatureValidator runtime module.