Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
QueryTileFeatureDetailResponse
Interface QueryTileFeatureDetailResponse<T>
interface
QueryTileFeatureDetailResponse
<
T
>
{
cache
?:
QueryTileServerCacheValidators
;
contractVersion
:
number
;
degraded
?:
readonly
QueryTileServerDegradation
[]
;
feature
:
null
|
HonuaTypedFeature
<
T
>
;
found
:
boolean
;
identity
:
QueryTileFeatureIdentityTarget
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
cache?
contract
Version
degraded?
feature
found
identity
Properties
Optional
cache
cache
?:
QueryTileServerCacheValidators
contract
Version
contract
Version
:
number
Optional
degraded
degraded
?:
readonly
QueryTileServerDegradation
[]
feature
feature
:
null
|
HonuaTypedFeature
<
T
>
found
found
:
boolean
identity
identity
:
QueryTileFeatureIdentityTarget
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
contract
Version
degraded
feature
found
identity
@honua/sdk-js
Loading...