Interface ITabActivateRequestedArgs<T>

The arguments object for the tabActivateRequested signal.

interface ITabActivateRequestedArgs<T> {
    index: number;
    title: Title<T>;
}

Type Parameters

  • T

Properties

Properties

index: number

The index of the tab to activate.

title: Title<T>

The title for the tab.