Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/ngw-kit
GetNgwItemsOptions
Interface GetNgwItemsOptions<P>
interface
GetNgwItemsOptions
<
P
>
{
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 full
)
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
param
List
?:
[
string
,
any
]
[]
Deprecated
use
NgwRequestOptions.query
instead
Optional
query
query
?:
any
resource
Id
resource
Id
:
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