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