createExpandUpdate
react-mosaic-component / createExpandUpdate
Function: createExpandUpdate()
createExpandUpdate<
T>(path,percentage):MosaicUpdate<T>
Defined in: libs/react-mosaic-component/src/lib/util/mosaicUpdates.ts:574
Sets the splitPercentages of node at path and all of its parents to expand the target node
Type Parameters
T
T extends MosaicKey
Parameters
path
percentage
number
Returns
MosaicUpdate<T>