Returns a LayoutChange with the information necessary to collapse a docked frame.
Changes can be applied to a window with applyFrameChanges.
Collapsing shrinks the frame to the configured collapse size and redistributes the freed space to neighboring frames. The pre-collapse size is stored in collapsed so it can be restored later.
collapsed
Optional
Override the target collapse size. If provided, the frame will collapse to this size instead of settings.collapseSizeScaled.
Returns a LayoutChange with the information necessary to collapse a docked frame.
Changes can be applied to a window with applyFrameChanges.
Collapsing shrinks the frame to the configured collapse size and redistributes the freed space to neighboring frames. The pre-collapse size is stored in
collapsedso it can be restored later.