Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 951 Bytes

AnnotationState.md

File metadata and controls

19 lines (14 loc) · 951 Bytes

AnnotationState

The enumeration of states to which the original annotation can be set.

Enum

Name Type Value Description
UNDEFINED str "Undefined" Not defined state.
MARKED str "Marked" The annotation has been marked by the user.
UNMARKED str "Unmarked" The annotation has not been marked by the user.
ACCEPTED str "Accepted" The user agrees with the change.
REJECTED str "Rejected" The user disagrees with the change.
CANCELLED str "Cancelled" The change has been cancelled.
COMPLETED str "Completed" The change has been completed.
NONE str "None" The user has indicated nothing about the change.

[Back to Model list] [Back to API list] [Back to README]