Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
FeatureTableQueryRelatedRecordsOptions
Interface FeatureTableQueryRelatedRecordsOptions
interface
FeatureTableQueryRelatedRecordsOptions
{
extraParams
?:
Record
<
string
,
string
|
number
|
boolean
>
;
method
?:
QueryMethod
;
objectIds
?:
string
|
readonly
number
[]
;
outFields
?:
string
|
string
[]
;
relationshipId
:
number
;
returnGeometry
?:
boolean
;
where
?:
string
;
}
Index
Properties
extra
Params?
method?
object
Ids?
out
Fields?
relationship
Id
return
Geometry?
where?
Properties
Optional
extra
Params
extra
Params
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
method
method
?:
QueryMethod
Optional
object
Ids
object
Ids
?:
string
|
readonly
number
[]
Optional
out
Fields
out
Fields
?:
string
|
string
[]
relationship
Id
relationship
Id
:
number
Optional
return
Geometry
return
Geometry
?:
boolean
Optional
where
where
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
extra
Params
method
object
Ids
out
Fields
relationship
Id
return
Geometry
where
@honua/sdk-js
Loading...