Skip to content

Commit 92115e7

Browse files
committed
chore: auto update api docs
1 parent 551b177 commit 92115e7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/API-Reference/view/PanelView.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,26 @@ When the saved height is near-max or unknown, a sensible default is used.
312312
## isMaximized() ⇒ <code>boolean</code>
313313
Returns true if the bottom panel is currently maximized.
314314

315+
**Kind**: global function
316+
<a name="collapseContainer"></a>
317+
318+
## collapseContainer()
319+
Collapse the bottom panel container (transient hide) without touching
320+
which panel is logically active. Fires EVENT_PANEL_HIDDEN with the
321+
default panel id as a "container collapsed" signal so toolbar icons
322+
and menu items that mirror container visibility deselect.
323+
No-op if the container is already hidden.
324+
325+
**Kind**: global function
326+
<a name="restoreContainer"></a>
327+
328+
## restoreContainer()
329+
Re-show the bottom panel container after a previous collapse, with the
330+
previously active panel still mounted. Fires EVENT_PANEL_SHOWN for the
331+
active panel id so toolbar icons / menu items that mirror visibility
332+
re-select. No-op if the container is already visible or there's no
333+
active panel to restore.
334+
315335
**Kind**: global function
316336
<a name="getOpenBottomPanelIDs"></a>
317337

0 commit comments

Comments
 (0)