Type Alias StoredSignatureDeleteEvent
Type Alias
Type Signature
type StoredSignatureDeleteEvent =
| NutrientViewer.Annotations.InkAnnotation
| NutrientViewer.Annotations.ImageAnnotation
| NutrientViewer.Annotations.InkAnnotation
| NutrientViewer.Annotations.ImageAnnotation
Example
Get the deleted signature.
instance.addEventListener("storedSignatures.delete", (signature: StoredSignatureDeleteEvent) => {
console.log(signature.toJS());
});
This event is emitted when a signature is deleted.