🔧 SDK ReferenceManagersUIManagerisServerMenuisServerMenuChecks whether the current interface is the Server Menu.Syntaxengine.ui.isServerMenu();Returnsboolean - true if the menu is currently being shown, false otherwise.Exampleconsole.log( `The Server Menu is currently being shown: ${engine.ui.isServerMenu()}`,);Available on: Client