Skip to main content

SupRefDesignNote

Represents a note attached to a reference design file.

type SupRefDesignNote {
attachment: SupDocument
description: String
objectId: String
points: [SupRefPoint2D]!
title: String!
}

Fields

SupRefDesignNote.attachment ● SupDocument object

The attached resource for the note.

SupRefDesignNote.description ● String scalar

The note description.

SupRefDesignNote.objectId ● String scalar

The note identifier.

SupRefDesignNote.points ● [SupRefPoint2D]! non-null object

Points representing the position of the note attached on the design file.

SupRefDesignNote.title ● String! non-null scalar

The note title.