Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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.)

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.

Code Sample

  • No labels