login-box: the login box on the login page
Category: Events
List of frontend events on which faveo reacts
login-box-loader: in login box it listens for this event for loader value, if true is passed it will make the loader visible else hides it.
List of frontend events dispatched by faveo
Login login-box-mounted: when login box at login page is ready login-data-submitting: just before login data gets submitted. It can be used to modify the parameters that will be sent to the backend for logging in. login-success: When a success response is returned after logging in from server login-failure: When failure response is returned while logging […]
List of backend events dispatched by Faveo
timeline-data-dispatch: when ticket timeline data is getting sent to the frontend client-panel-scripts-dispatch: when client panel scripts are returned. This event can be used to inject more scripts into client panel. login-data-submitting: When login credential data is received. timeline-actions-visibility-dispatch: Action visibility on ticket timeline page agent-panel-navigation-data-dispatch: This can be used to inject navigations on agent panel […]