Interface ITabCloseRequestedArgs<T>

The arguments object for the tabCloseRequested signal.

Type Parameters

  • T

Hierarchy

  • ITabCloseRequestedArgs

Properties

Properties

index: number

The index of the tab to close.

title: Title<T>

The title for the tab.

Generated using TypeDoc