Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Hides or shows UI widgets.

Parameters:

  • widgetName (string | array of strings): The name or list of names of widgets to enable/disable. The following strings are supported. If any other strings are passed, then the whole operation will fail.

    • fullScreen: the button to switch to full-screen mode

    • help: the button to bring up on-screen help for using the viewer

    • info: the button to show info about the current sphere

    • snapshot: the button to display the SnapshotHD feature functionality

    • navigation: the zoom and compass buttons

    • view_toggle: the button to toggle between sphere and map view

  • enabled (boolean): If true, then show the given widget(s); if false, then hide them. (By default, all are visible.)

...