The ApplicationLaunch object

Path: application/meta/launch

The ApplicationLaunch is a unique sub-object from ApplicationMetaInformation object that represents the sub application currently launched.

When a new application is launched, information from the new application are retrieved with these paths.

Fields Type Description
application/meta/launch/url Attribute (string) URL of the new application launched.

Excerpt from main.xhtml in $FGLASDIR/tpl/SetHTML5:

data-g-launch='{application/meta/launch ? application/meta/launch/url : null}'