import PortalQueryResult from "@arcgis/core/portal/PortalQueryResult.js";const PortalQueryResult = await $arcgis.import("@arcgis/core/portal/PortalQueryResult.js");- Inheritance:
- PortalQueryResult→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.0
Represents the result object returned from a portal query.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
| | ||
| | ||
T[] | | |
| |
nextQueryParams
Property
- Type
- PortalQueryParams | null | undefined
The query parameters for the next set of results.
queryParams
Property
- Type
- PortalQueryParams | null | undefined
The query parameters for the first set of results.