NextGIS Frontend
Preparing search index...
@nextgis/ngw-kit
createFeatureFieldFilterQueries
Function createFeatureFieldFilterQueries
createFeatureFieldFilterQueries
<
G
extends
Geometry
=
Geometry
,
P
extends
{
[
field
:
string
]:
any
}
=
{
[
field
:
string
]:
any
}
,
>
(
opt
:
GetNgwItemsOptions
<
P
>
&
NgwFeatureRequestOptions
<
P
>
&
{
clientFilterValidate
?:
boolean
;
}
&
Required
<
Pick
<
FetchNgwItemsOptions
,
"filters"
>
>
,
)
:
Promise
<
FeatureItem
<
P
,
G
>
[]
>
Type Parameters
G
extends
Geometry
=
Geometry
P
extends
{
[
field
:
string
]:
any
}
=
{
[
field
:
string
]:
any
}
Parameters
opt
:
GetNgwItemsOptions
<
P
>
&
NgwFeatureRequestOptions
<
P
>
&
{
clientFilterValidate
?:
boolean
;
}
&
Required
<
Pick
<
FetchNgwItemsOptions
,
"filters"
>
>
Returns
Promise
<
FeatureItem
<
P
,
G
>
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
NextGIS Frontend
Loading...