Description Usage Format Details
This class is the main web container which contains of sub-modules,
it has four main methods AppRoot$initialize(), AppRoot$server()
AppRoot$ui() and AppRoot$addModule().
1 |
An object of class R6ClassGenerator of length 24.
ui(): it create the main web interface with routes of
sub-modules injected.
server(): it create the main server (container of servers)
in order to responds all http request.
addModule(module): add new modules to container main web,
param module is a class module that has server, siderbars and routes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.