onSchemaDeleted( )


Notes:

Triggered when translation schema is deleted.

Permissions
Wix Multilingual - Translation Schema Read
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

JavaScript
Did this help?