sidePanes (Client API reference)

Provides methods for managing side panes.

Methods

Methods Description
createPane Add empty pane to sidePanes collection. Need to call pane.navigateTo() to load the page.
getAllPanes Returns a collection containing all active panes.
getSelectedPane Returns the current selected pane.
getPane Returns the pane corresponding to the input ID. If pane doesn't exist, undefined is returned.

Parameter

Parameter Name Description
state Returns whether the selected pane is collapsed or expanded.

Creating side panes using client API