ReadonlyaccordionThe AccordionPanel that wraps the hosted sections, or null if none
has been created yet.
The move plugin reads this to set up drag-to-reorder handles and to access the title elements of hosted sections.
ReadonlysectionsAll section widgets currently hosted by this panel.
Queried by the move plugin during state restoration to find sections that were persisted as belonging to this panel. Must stay in sync with addSection and removeSectionWidget calls.
Remove a section widget that was previously added via addSection.
Called by the move plugin when the user moves the section back to its
original panel. A typical implementation sets widget.parent = null.
The widget to detach.
Implemented by panels that can host sections moved in from another sidebar.
Register an implementation with IMovableSectionRegistry.registerTarget.