Actions - Navigateto
In Grid Studio, with the help of the Grid viewer and frames, it is possible to also start adding logic like pressing a button to navigate to another page. Before doing this, of course you would need to create a different frame and add your interface elements into the frame accordingly. Then, under the corresponding event, you would need to add an action called navigateTo.

There are 2 different options for navigateTo.
Functions / navigateTo: controls the entire Board Player object to have all instances of remote clients to navigate to the defined frame. This means even for all connected

Grid Viewer / navigateTo: controls the individual instances of the remote client to navigate to the defined frame

Last updated