OBJECT
CaptureMarking
@internal
Used for representing virtual walls and other annotations from the capture app.
link GraphQL Schema definition
- type CaptureMarking implements Annotation {
- : ID!
- : DateTime!
- : DateTime!
- : Boolean!
- : String
- : CaptureMarkingType
- # A guided graph of points.
- # A single point (like a mattertag) would have one entry.
- # A line (like a virtual wall or a measurement) will contain two points.
- # More complex shapes may have multiple points.
- # For a closed shape the first point and
- # the last point will be equal.
- : [Point!]!
- }
link Require by
This element is not required by anyone