@window-splitter/react

PanelGroup

A group of panels that has constraints and a user can resize

NameTypeDescription
handleRef<PanelGroupHandle> | undefined;

Imperative handle to control the group

snapshotGroupMachineContextValue | undefined;

Persisted state to initialized the machine with

autosaveIdstring | undefined;

An id to use for autosaving the layout

orientationOrientation | undefined;

The orientation of the grid

autosaveStrategy"localStorage" | "cookie" | undefined;

How to save the persisted state

shiftAmountnumber | undefined;

The amount to move the drag handle when shift is held down.