onAppInstanceInstalled( )


Notes:

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

Permissions
Manage Your App
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?