NextGIS Frontend
Preparing search index...
@nextgis/ngw-kit
GetNgwItemsOptions
Interface GetNgwItemsOptions<P>
interface
GetNgwItemsOptions
<
P
extends
FeatureProperties
=
FeatureProperties
>
{
cache
?:
boolean
;
connector
:
default
;
filters
?:
PropertiesFilter
<
PropertiesForNgwFilter
<
P
>
>
;
paramList
?:
[
string
,
any
]
[]
;
query
?:
any
;
resourceId
:
string
|
number
;
signal
?:
null
|
AbortSignal
;
}
Type Parameters
P
extends
FeatureProperties
=
FeatureProperties
Hierarchy (
View Summary
)
FetchNgwLayerExtentOptions
GetNgwItemsOptions
Index
Properties
cache?
connector
filters?
param
List?
query?
resource
Id
signal?
Properties
Optional
cache
cache
?:
boolean
connector
connector
:
default
Optional
filters
filters
?:
PropertiesFilter
<
PropertiesForNgwFilter
<
P
>
>
Optional
param
List
paramList
?:
[
string
,
any
]
[]
Deprecated
use
NgwRequestOptions.query
instead
Optional
query
query
?:
any
resource
Id
resourceId
:
string
|
number
Optional
signal
signal
?:
null
|
AbortSignal
An AbortSignal to set request's signal.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
connector
filters
param
List
query
resource
Id
signal
NextGIS Frontend
Loading...
Deprecated
use NgwRequestOptions.query instead