Interface MynahUITabStoreModel

tabs store model to update the tabs partially or fully

interface MynahUITabStoreModel {
    [tabId: string]: MynahUITabStoreTab;
}

Indexable

[tabId: string]: MynahUITabStoreTab