PaneGroup
A container for panes or nested pane groups.
The PaneGroup
component wraps a collection of panes or nested PaneGroup
s and is used to initialize and manage the layout of the panes.
Props
Here are the props available for the PaneGroup
component:
Imperative API
The PaneGroup
component provides an imperative API for controlling the pane group which can be accessed by binding a variable to the api
prop. Here are the methods available on the PaneGroupAPI
:
Persisted Layouts/Storage
When the PaneGroup
component is provided with an autoSaveId
prop, it will automatically save the layout of the panes to local storage. If you want to use a different storage mechanism, you can provide a storage
prop with a custom storage object that implements the PaneGroupStorage
interface.
Data Attributes
The following data attributes are available for the PaneGroup
component: