• 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)
        • (id): void
        • Parameters

          • id: any

          Returns void

    • addTab: ((tab) => void)
        • (tab): void
        • Parameters

          • tab: any

          Returns void

    • closeTab: ((id) => void)
        • (id): void
        • Parameters

          • id: any

          Returns void

    • setTab: ((tab) => void)
        • (tab): void
        • Parameters

          • tab: any

          Returns void

    • setTabs: ((value) => EditorTab[])
    • tab: EditorTab
    • tabId: number
    • tabs: EditorTab[]

Generated using TypeDoc