UNPKG

@haxtheweb/haxcms-nodejs

Version:

HAXcms single and multisite nodejs server, api, and administration

1 lines 304 B
export class WebComponentInterface{onBeforeLeave(e,t,n){if(this.hasUnfinishedChanges())return t.prevent()}onBeforeEnter(e,t,n){if("admin"===context.params.userName)return context.redirect(context.pathname+"?admin")}onAfterLeave(e,t,n){storeTimeSpentOnTheView()}onAfterEnter(e,t,n){sendVisitStatistics()}}