Nutrient Web SDK
    Preparing search index...

    Type Alias StoredSignatureCreateEvent

    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());
    });