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
Link copied to clipboard