AnnotationPropertyEdit

constructor(annotation: Annotation, propertyKey: Int, oldValue: Any?, newValue: Any?)

Creates an object representing a single property edit performed on the annotation.

Parameters

annotation

Annotation whose property was changed.

propertyKey

Key of the property that was edited.

oldValue

Old value of the property, or null if no value was previously set.

newValue

New value of the property, or null if that was set afterwards.


constructor(@IntRange(from = 0) pageIndex: Int, objectNumber: Int, propertyKey: Int, oldValue: Any?, newValue: Any?)