Example
Get current duplicate annotation
instance.addEventListener("annotations.duplicate", (event) => {
const duplicatedAnnotations = event.annotations;
});
Properties
formFields
Optional
The newly created form field for the duplicated widget annotation.
originalFormFields
Optional
The form field of the widget annotation that was duplicated.
This event is emitted whenever an annotation is duplicated. You can do this by pressing
Cmd/Ctrl+Don the keyboard.