The sidebar toggle button shown at the top right of the ribbon.

Syntax

{
   setAllowedSideBars: <function>,
   getAllowedSideBars: <function>,
   setCurrentSideBar: <function>,
   getCurrentSideBar: <function>
}

Introduced: 30.0.

Methods

Method Description
getAllowedSideBars Returns the side bars which are currently shown in the side bar toggle / drop down button at the top right of the ribbon bar.
getCurrentSideBar Returns the side bar which is shown in the side bar toggle / drop down button at the top right of the ribbon bar.
setAllowedSideBars Sets the side bars which are shown in the side bar toggle / drop down button at the top right of the ribbon bar.
setCurrentSideBar Sets the side bar which is shown in the side bar toggle / drop down button at the top right of the ribbon bar.