Skip to main content

closeTab

static closeTab = (...args)

Window.closeTab is used to merge some windows into a single one. If any object from ...args is not a tab, it will finish loop and throw an Error.

Example:

Window.closeTab(tab1, tab2, ...);