Sets the side bar which is shown in the side bar toggle / drop down button at the top right of the ribbon bar.

<void> SideBarToggleButton.setCurrentSideBar(<SideBarType> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
value A bitwise combination of one or more SideBarType values.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.