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

Syntax

function getSidebarPage(state) {
  return state.views["Sidebar"];
}