onDataExtensionSchemaUpdated( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Notes:

Triggered when a data extension schema is updated.

Permissions
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage Data Extensions Schemas
Read Data Extensions Schemas
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
function onDataExtensionSchemaUpdated(handler: function): void;
Method Parameters
handlerfunction

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

JavaScript
import { schemas } from "@wix/data-extension-schema"; schemas.onDataExtensionSchemaUpdated((event) => { // handle your event here });
Did this help?