Main Page

Returns nullable string describing which part of the main page is open.

Syntax

function getMainPage(state) {
  return state.views["Main"];
}