Help popup toggling API

Hello everyone,

in the latest changelog, I can see :

Allow toggling help popup through the JavaSript API.

I don’t see any update in the API (GitHub - shapespark/shapespark-viewer-api: JavaScript API for interacting with the Shapespark 3D scene.), how can I toggle the help menu? I actually do it with a window.location.hash = "#help"; but my client would like the URL to not have the #help

Thanks a lot !

We will update the document. The property is:

WALK.getViewer().helpVisible = true; // or false
1 Like