Annotation Add Remove Edit
class AnnotationAddRemoveEdit(annotation: Annotation, val type: AnnotationAddRemoveEdit.Type) : AnnotationEdit
Edit that represents adding or removing annotation from the document.
Creates an object representing a single add/remove edit performed on the annotation in the document.
Parameters
annotation
Annotation that was added or removed from the document.
type
Type of edit, whether the annotation was added or removed from the document.
Types
Link copied to clipboard
Possible types of AnnotationAddRemoveEdit objects.