onShow(action: ()=>void ): KEventController
paramaction- The function that is run when the tab is shown.
deprecateduse `onTabShow` instead
Register an event that runs when tab is shown.
// user has returned to this tab
onShow(() => {
burp();
});
returnsThe event controller.
sincev3001.0
groupEvents