Skip to content
Shroomy Shroom edited this page Jul 11, 2015 · 1 revision

PC.app

Object {}

Functions concerning app manipulation

PC.app.currentApp

App {} or null

Contains the App object representing the currently open app. Defaults to null if no apps are open.

PC.app.run

function (appObj) {}

Function for opening a Pegasus Cloud app. Accepts an App object as an argument.

PC.app.update

This is a low-level, internal function and may be changed or removed at any time. Do not use in production code.

function (appObj) {}

Function for opening a Pegasus Cloud app. Accepts an App object as an argument.

Clone this wiki locally