onCustomizationDeleted( )


Notes:

Triggered when a customization is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?