Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.tab-change-event

An event describing change to tabs.

An event describing change to tabs.
raw docstring

changedcljs

(changed tab-change-event)

Tabs that have changed, e.g have changed their {@link Tab.isActive active} state.

Returns: readonly Tab[]

Tabs that have changed, e.g have changed
their {@link Tab.isActive active} state.

**Returns:** `readonly Tab[]`
sourceraw docstring

closedcljs

(closed tab-change-event)

The tabs that have been closed.

Returns: readonly Tab[]

The tabs that have been closed.

**Returns:** `readonly Tab[]`
sourceraw docstring

openedcljs

(opened tab-change-event)

The tabs that have been opened.

Returns: readonly Tab[]

The tabs that have been opened.

**Returns:** `readonly Tab[]`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close