Represents a tab within a {@link TabGroup group of tabs}. Tabs are merely the graphical representation within the editor area. A backing editor is not a guarantee.
Fields
read onlyisActive:Bool
Whether or not the tab is currently active. This is dictated by being the selected tab in the group.
read onlyinput:Null<EitherType<TabInputText, EitherType<TabInputTextDiff, EitherType<TabInputCustom, EitherType<TabInputWebview, EitherType<TabInputNotebook, EitherType<TabInputNotebookDiff, TabInputTerminal>>>>>>>
Defines the structure of the tab i.e. text, notebook, custom, etc. Resource and other useful properties are defined on the tab kind.