sidePanes (Client API reference)

Provides methods for managing side panes.

Note

This API is not available for Dynamics 365 Customer Engagement on-premise deployments. More information: Client APIs not supported in Customer Engagement (on-premises)

Methods

Methods Description
createPane Add empty pane to sidePanes collection. Need to call pane.navigate() 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