Interface ITabCloseRequestedArgs<T>

The arguments object for the tabCloseRequested signal.

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

Type Parameters

  • T

Properties

Properties

index: number

The index of the tab to close.

title: Title<T>

The title for the tab.