preLogout

This method is called by the Logout component prior to making a server call to logout. It can be used to handle any kind of actions that should be performed before logout.

Your extending Application class can override this method, and include custom functionality as required.

The extending method must call the following method to include the functionality provided in the base Application class:

  • this.jsxsuper();

Syntax

preLogout();

Parameters

none

Returns

none