Properties
Optional defaultTabComponent
Optional getTabContextMenuItems
Optional leftHeaderActionsComponent
Optional onDidDrop
onDidDrop?: ((event) => void)
Type declaration
- (event): void
Returns void
onReady
onReady: ((event) => void)
Type declaration
- (event): void
Returns void
Optional onWillDrop
onWillDrop?: ((event) => void)
Type declaration
- (event): void
Returns void
Optional prefixHeaderActionsComponent
Optional rightHeaderActionsComponent
Optional watermarkComponent
Return the items to display in the tab context menu on right-click.
Use built-in string shortcuts (
'close','closeOthers','closeAll','separator') or provide aContextMenuItemConfigobject for custom items.If omitted, no context menu is shown. Return an empty array to suppress the menu for specific cases.