This event is emitted when a new signature is created and stored.
Get the new signature.
instance.addEventListener("storedSignatures.create", (signature: StoredSignatureCreateEvent) => { console.log(signature.toJS());}); Copy
instance.addEventListener("storedSignatures.create", (signature: StoredSignatureCreateEvent) => { console.log(signature.toJS());});
NutrientViewer.EventName.STORED_SIGNATURES_CREATE
This event is emitted when a new signature is created and stored.