IDockOptions
Defined in: js-api/src/docking.ts:101
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
killOnClose? | boolean | Kill the element when its pane is closed via the ✕ button: runs cleanups registered with Widget.registerCleanup and detaches nested widgets. Off by default — panes that are closed and later reused must not opt in. | js-api/src/docking.ts:105 |