- useEditorTabs(): {
activeTab: ((id) => void);
addTab: ((tab) => void);
closeTab: ((id) => void);
setTab: ((tab) => void);
setTabs: ((value) => EditorTab[]);
tab: EditorTab;
tabId: number;
tabs: EditorTab[];
}
-
Returns {
activeTab: ((id) => void);
addTab: ((tab) => void);
closeTab: ((id) => void);
setTab: ((tab) => void);
setTabs: ((value) => EditorTab[]);
tab: EditorTab;
tabId: number;
tabs: EditorTab[];
}
-
activeTab: ((id) => void)
-
addTab: ((tab) => void)
-
closeTab: ((id) => void)
-
setTab: ((tab) => void)
-
setTabs: ((value) => EditorTab[])
-
-
tabId: number
-