pub type PaneId = u32;
Identifier for panes managed by a SplitLayout or ResizableGrid.
SplitLayout
ResizableGrid
Pane IDs are stable identifiers that persist even when the layout tree is modified. Each new pane is assigned a unique ID automatically.