Variable rootConst

root: Root = ...

The body component

There's only one body so use this variable.

To create a Single Page Application one typically would add a {@see CardContainer} to the body.

Example

root.items.add(cmp({html: "Hello world!"});

Generated using TypeDoc