start - initial view to show to an end user. For use as a welcome page giving context and instruction to the end user. After first connection, this screen is no longer shown.
wallet - To connect a users Web3 Wallet (not required for off chain tokens).
main - For the main application.
With viewOverrides you can override these default views and extend the application with new.
For custom requirements that don't require Token Negotiators default view functionality, set alwaysShowStartScreen as true via uiOptions which will de-activate automatic page navigation.
For Typescript users here is an example with types applied (for versions 3.2.0 and above).