Documentation
Preparing search index...
@sdk/annotation-measurement
AnnotationMeasurementAPI
AnnotationMeasurementFragment
Type Alias AnnotationMeasurementFragment
type
AnnotationMeasurementFragment
=
{
__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
;
}
Index
Properties
__
typename?
created
At
created
By
data
description?
id
modified
At
modified
By
thumbnail
Path?
title
Properties
Optional
__
typename
__typename
?:
"MeasurementAnnotationOutput"
created
At
createdAt
:
Date
created
By
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
data
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
;
}
[]
;
}
Optional
description
description
?:
string
|
null
id
id
:
string
modified
At
modifiedAt
:
Date
modified
By
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
firstName
?:
string
|
null
;
id
:
string
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
Optional
thumbnail
Path
thumbnailPath
?:
string
|
null
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
created
At
created
By
data
description
id
modified
At
modified
By
thumbnail
Path
title
Documentation
Loading...