Skip to main content

PaneId

Type Alias PaneId 

Source
pub type PaneId = u32;
Expand description

Identifier for panes managed by a SplitLayout or ResizableGrid.

Pane IDs are stable identifiers that persist even when the layout tree is modified. Each new pane is assigned a unique ID automatically.