An event describing change to tabs.
An event describing change to tabs.
(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[]`
(closed tab-change-event)
The tabs that have been closed.
Returns: readonly Tab[]
The tabs that have been closed. **Returns:** `readonly Tab[]`
(opened tab-change-event)
The tabs that have been opened.
Returns: readonly Tab[]
The tabs that have been opened. **Returns:** `readonly Tab[]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close