setWidgetEnabled
Hides or shows any of the viewer UI widgets.
Parameters:
widgetName(string | array of strings): Thenameor list ofnames of widgets to enable/disable. The following strings are supported. If any other strings are passed, then the whole operation will fail.search: show or hide the search barfullScreen: the button to switch to full-screen modenavigation: the zoom and compass buttonsview_toggle: the button to toggle between sphere and map viewsnapshot: the button to display the SnapshotHD feature functionalityinfo: the button to show info about the current spherehelp: the button to bring up on-screen help for using the viewer
enabled(boolean): Iftrue, then show the given widget(s); iffalse, then hide them. (By default, all are visible.)
Returns: A promise that resolves to an object with boolean properties corresponding to each possible widget name above, set to true if that widget is visible.