JMap.Event.Server.on.infoReady
This event is triggered server info is fetched.
Fetching the server info is the first thing NG does.
At this point the user is not yet logged in.
Your listener id (must be unique)
Your listener function
// log server info in the console, once the server has respondedJMap.Event.Server.on.infoReady( "custom-server-info-ready", params => console.log("Server info:", params.serverInfo)) Copy
// log server info in the console, once the server has respondedJMap.Event.Server.on.infoReady( "custom-server-info-ready", params => console.log("Server info:", params.serverInfo))
JMap.Event.Server.on.infoReady
This event is triggered server info is fetched.
Fetching the server info is the first thing NG does.
At this point the user is not yet logged in.