type of the split items (drag data) we might receive
The split data tree which might only consist of a single leaf.
The minimum allowed size of a split. Smaller splits than this will grow up to the smaller of this limit or their equal fraction of the container.
Called when a cell is resized. You should pass the arguments as they are to resizeSplit and then call fixSplitSizes to eliminate negative sizes or other problems.
Called when an item of a known type is dragged onto a split drop area. Pass the arguments as they are to subdivideSplit and then call fixSplitTree to normalise topology and fixSplitSizes to avoid negative sizes and similar issues.
Will handle react-dnd drops for these item types.
Generated using TypeDoc
Parameters to the Splits component