Represents a tab within a TabPanel control.
Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.
constructor(header: any, pane: any): Tab
Initializes a new instance of the Tab class.
Element or CSS selector for the element that contains the Tab header.
Element or CSS selector for the element that contains the Tab content.