AnnotationReviewSummary

data class AnnotationReviewSummary(val reviewNames: Map<AuthorState, List<String>>, val currentUserState: AuthorState)

Summarizes the information about an annotation's review state. It holds the data of currently set states mapped by the author and the author state for the current user.

Constructors

Link copied to clipboard
constructor(reviewNames: Map<AuthorState, List<String>>, currentUserState: AuthorState)

Properties

Link copied to clipboard

The review state of the current user for this annotation.

Link copied to clipboard

A map of AuthorState to the list of author names who have that state.