Destroying Widgets
Remove widgets programmatically when they're no longer needed (e.g., on SPA page navigation).
// Destroy a specific widget by key
StaffifyWidget.destroy('tw_your_key');
// Destroy all widgets on the page
StaffifyWidget.destroyAll();