DesCommentContext
A comment context provides additional information about associations for a comment thread.
type DesCommentContext {
area: DesRectangle!
documentId: String
objectId: String
releaseId: String
}
Fields
DesCommentContext.area ● DesRectangle! non-null object
The area associated with a comment thread.
DesCommentContext.documentId ● String scalar
The reference identifier for the document associated with a comment thread.
DesCommentContext.objectId ● String scalar
The reference identifier for an object associated with a comment thread.
DesCommentContext.releaseId ● String scalar
The release identifier associated with a comment thread.