onCardRestored( )


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

An event that triggers when a workflow card is moved.

The onCardRestored() event handler runs when a workflow card is restored programmatically using the restoreCard() function or manually in your site's Dashboard. The received CardRestoredEvent object contains information about the card that was restored.

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

Method Declaration
Copy
Method Parameters
eventCardRestoredEventRequired

The restored card's data.

Was this helpful?
Yes
No