Interface TabToolbarFor<T>

interface TabToolbarFor<T> {
    currentComponentAndTab?: {
        component: T;
        tab: INavigationBarTabs<any, any>;
    };
    onAttachComponent?(): void;
}

Type Parameters

  • T = any

Properties

currentComponentAndTab?: {
    component: T;
    tab: INavigationBarTabs<any, any>;
}

Methods

  • Returns void