Documentation
Preparing search index...
@sdk/annotation-measurement
AnnotationMeasurementAPI
GetAnnotationMeasurementsQuery
Type Alias GetAnnotationMeasurementsQuery
type
GetAnnotationMeasurementsQuery
=
{
__typename
?:
"Query"
;
asset
?:
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"GroupedAssetOutput"
;
id
:
string
;
measurementAnnotations
?:
|
{
__typename
?:
"MeasurementAnnotationOutput"
;
createdAt
:
Date
;
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
data
:
{
__typename
?:
"MeasurementAnnotationDataOutput"
;
lookAt
:
{
__typename
?:
"AnnotationOrientationOutput"
;
distance
:
number
;
pitch
:
number
;
ref
:
{
__typename
?:
"AnnotationPointOutput"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
roll
:
number
;
yaw
:
number
;
}
;
measurementType
:
Types.MeasurementAnnotationEnum
;
points
:
{
__typename
?:
"AnnotationPointOutput"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
[]
;
}
;
description
?:
string
|
null
;
id
:
string
;
modifiedAt
:
Date
;
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
thumbnailPath
?:
string
|
null
;
title
:
string
;
}
[]
|
null
;
}
|
null
;
}
Index
Properties
__
typename?
asset?
Properties
Optional
__
typename
__typename
?:
"Query"
Optional
asset
asset
?:
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"GroupedAssetOutput"
;
id
:
string
;
measurementAnnotations
?:
|
{
__typename
?:
"MeasurementAnnotationOutput"
;
createdAt
:
Date
;
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
data
:
{
__typename
?:
"MeasurementAnnotationDataOutput"
;
lookAt
:
{
__typename
?:
"AnnotationOrientationOutput"
;
distance
:
number
;
pitch
:
number
;
ref
:
{
__typename
?:
"AnnotationPointOutput"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
roll
:
number
;
yaw
:
number
;
}
;
measurementType
:
Types.MeasurementAnnotationEnum
;
points
:
{
__typename
?:
"AnnotationPointOutput"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
[]
;
}
;
description
?:
string
|
null
;
id
:
string
;
modifiedAt
:
Date
;
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
thumbnailPath
?:
string
|
null
;
title
:
string
;
}
[]
|
null
;
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
asset
Documentation
Loading...