create_tab_with_opts

Function create_tab_with_opts 

Source
pub fn create_tab_with_opts(
    store: &WaveStore,
    ws_id: &str,
    tab_name: &str,
    pinned: bool,
) -> Result<Tab, StoreError>
Expand description

Create a new tab with explicit name and pinned options.