reorder_tab

Function reorder_tab 

Source
pub fn reorder_tab(
    store: &WaveStore,
    ws_id: &str,
    tab_id: &str,
    new_index: usize,
) -> Result<(), StoreError>
Expand description

Reorder a tab within a workspace by moving it to a new index.