onResourceUpdated( )


Notes:

Triggered when an resource is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ResourceUpdatedEnvelope): void | Promise<void>

Did this help?