app
Property which contains the (parent) app DH5App app() - return app if exists (this O) app(DH5App newApp) - setting new app / returns obj
Adding this obj to another app will changes this property to the new app
assert(H5AppPage(H5App("test")).app.name == "test"); assert(H5AppPage(H5App("test")).app(H5App("test2")).app.name == "test2");