Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITabDetachRequestedArgs<T>

The arguments object for the tabDetachRequested signal.

Type parameters

  • T

Hierarchy

  • ITabDetachRequestedArgs

Index

Properties

clientX

clientX: number

The current client X position of the mouse.

clientY

clientY: number

The current client Y position of the mouse.

index

index: number

The index of the tab to detach.

tab

tab: HTMLElement

The node representing the tab.

title

title: Title<T>

The title for the tab.

Generated using TypeDoc