(tabId: string)
| 37 | } |
| 38 | |
| 39 | function getLayoutModelForTabById(tabId: string) { |
| 40 | const tabOref = WOS.makeORef("tab", tabId); |
| 41 | const tabAtom = WOS.getWaveObjectAtom<Tab>(tabOref); |
| 42 | return getLayoutModelForTab(tabAtom); |
| 43 | } |
| 44 | |
| 45 | export function getLayoutModelForStaticTab() { |
| 46 | const tabId = globalStore.get(atoms.staticTabId); |
no test coverage detected