createHideUpdate
react-mosaic-component / createHideUpdate
Function: createHideUpdate()
createHideUpdate<
T>(root,path):MosaicUpdate<T>
Defined in: libs/react-mosaic-component/src/lib/util/mosaicUpdates.ts:494
Sets the splitPercentages to hide the node at path
Type Parameters
T
T extends MosaicKey
Parameters
root
MosaicNode<T> | null
path
Returns
MosaicUpdate<T>