Library: appjet
Overview
The global appjet object contains access to the AppJet runtime,
app meta-data, and other information.
source: appjet.js
Objects
object
This is the interface to the native AppJet VM. You probably won't need
to use this, but if you do, be careful!
boolean
Holds whether the app is "transient", that is, created by a user
without an account.
string
The domain this app is running on. For app "foo" hosted at
"foo.appjet.net", for example, this will be "appjet.net".
When AppJet eventually supports hosting at other domains, this
may be something other than "appjet.net".
number
The current app's encoded app key. This is useful for constructing
links to AppJet pages, such as http://appjet.com/app/<appKey>/source.