sidePanes (Client API reference)
[This topic is pre-release documentation and is subject to change.]
Provides methods for managing side panes.
Important
- This is a preview feature, and isn't available in all regions.
- Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
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. |