@coveo/headless
    Preparing search index...

    Interface TabProps

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

    Properties

    initialState?: TabInitialState

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

    options: TabOptions

    The options for the Tab controller.