onTabShow(action: ()=>void ): KEventController

Register an event that runs when tab is shown.

paramaction- The function that is run when the tab is shown.

// User has returned to this tab
onTabShow(() => {
    burp();
});

returnsThe event controller.

sincev3001.0

groupEvents