How to update Cesium.Viewer?

Hey there!

From an already instantiated Cesium.Viewer instance, how can I hide the home button once instantiated and visible on screen?

Why would you want to do it after its initialized? Could you not just disable it in the constructor options for the Viewer when you create it?