Default modebar selection

I have a 3D scatter plot rendered in R/Shiny. The default option on the ‘modebar’ is ‘Zoom’, but I was hoping to specify it (e.g. ‘Orbital zoom’). Is there an easy way to do this such that the default option when rendered has this mode selected?

Nvm, figured it out.

%>% layout(dragmode = “orbit”)