Show:

F2.AppManifest Class

The assets needed to render an app on the page

Properties

Name Description
apps

The array of F2.AppManifest.AppContent objects

inlineScripts

Any inline javascript tha should initially be run

scripts

Urls to javascript files required by the app

styles

Urls to CSS files required by the app

Properties

apps Array

The array of F2.AppManifest.AppContent objects


inlineScripts Array

Any inline javascript tha should initially be run


scripts Array

Urls to javascript files required by the app


styles Array

Urls to CSS files required by the app