onAppInstanceInstalled( )


Notes:

Triggered when an instance of your app is installed on a Wix site.

Method Declaration
Copy
Method Parameters
handlerfunction

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

JavaScript
Did this help?