onCardMoved( )


Deprecated. This event will continue to work until June 30, 2024.

An event that triggers when a workflow card is moved.

The onCardMoved() event handler runs when a workflow card is moved programmatically using the moveCard() function or manually in your site's Dashboard. The received CardMovedEvent object contains information about the card that was moved.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventCardMovedEventRequired

The moved card's data.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?