puter.appID


A property of the puter object that returns the appID of the current application.

Syntax

Code copied
puter.appID

Examples

Get the ID of the current application

Code copied
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.print("App ID: " + puter.appID);
    </script>
</body>
</html>