True if visible, false otherwise.
Array of unique identifiers for each tab. We will use these to set the "key" prop of each Tab component which React uses for rendering.
Counter that gets incremented with each new tab, and NEVER decremented.
The index of the selected tab.
Array with one entry for each tab to be rendered.
Array where each entry corresponds to the type of tab to be rendered. Each entry at each index corresponds to the type of tab of the entry at the same index in the tabs array.
Generated using TypeDoc
Interface defining the state of a TabBar component.