puter.ui.hideWindow()GUI


The hideWindow method allows you to hide the window of your application.

Syntax

puter.ui.hideWindow();

Parameters

None.

Return Value

None.

Example

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ui.hideWindow();
    </script>
</body>
</html>