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.

Was this helpful?
Yes
No