hosanna-ui-docs - v0.9.0
    Preparing search index...

    Event type for tab selection in TabSelectorView.

    interface TabSelectorEvent {
        preventDefault?: boolean;
        tabIndex: number;
        type: string;
        view: TabSelectorView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean
    tabIndex: number

    The selected tab index.

    type: string