File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
313313Returns 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
You can’t perform that action at this time.
0 commit comments