interface TabProps {
    initialState?: TabInitialState;
    options: TabOptions;
}

Properties

initialState?: TabInitialState

The initial state that should be applied to this Tab controller.

options: TabOptions

The options for the Tab controller.