pub fn create_tab(store: &WaveStore, ws_id: &str) -> Result<Tab, StoreError>Expand description
Create a new tab in a workspace.
If tab_name is empty, auto-generates “Untitled1”, “Untitled2”, etc.
If pinned is true, the tab goes into pinnedtabids instead of tabids.