PanelGroup
A group of panels that has constraints and a user can resize
Name | Type | Description |
---|---|---|
handle | Ref<PanelGroupHandle> | undefined; | Imperative handle to control the group |
snapshot | GroupMachineContextValue | undefined; | Persisted state to initialized the machine with |
autosaveId | string | undefined; | An id to use for autosaving the layout |
orientation | Orientation | undefined; | The orientation of the grid |
autosaveStrategy | "localStorage" | "cookie" | undefined; | How to save the persisted state |
shiftAmount | number | undefined; | The amount to move the drag handle when shift is held down. |