While our Tab component currently lacks built-in support for moving tabs, this functionality is slated for inclusion in future Studio versions. In the meantime, users can use the provided example to manually transfer field values between tabs.
In this example, we created two buttons that served as the navigation buttons to move our values from one tab to another.
The function movePlayerInfo() is used called when the either of the button is clicked. this function takes in a direction parameter. this function then calls the swapValues()function which takes in three parameters, the index in the Tabs component in which the field value is to be moved and the array of Field values to be moved.