MCPcopy
hub / github.com/Eugeny/tabby / maximize

Method maximize

tabby-core/src/components/splitTab.component.ts:428–431  ·  view source on GitHub ↗
(tab: BaseTabComponent|null)

Source from the content-addressed store, hash-verified

426 }
427
428 maximize (tab: BaseTabComponent|null): void {
429 this.maximizedTab = tab
430 this.layout()
431 }
432
433 /**
434 * Focuses the first available tab inside the given [[SplitContainer]]

Callers 3

constructorMethod · 0.95
toggleMaximizeMethod · 0.80
constructorMethod · 0.80

Calls 1

layoutMethod · 0.95

Tested by

no test coverage detected