createRemoveUpdate
react-mosaic-component / createRemoveUpdate
Function: createRemoveUpdate()
createRemoveUpdate<
T>(root,path):MosaicUpdate<T>
Defined in: libs/react-mosaic-component/src/lib/util/mosaicUpdates.ts:112
Creates a MosaicUpdate<T> to remove the node at path from root
Type Parameters
T
T extends MosaicKey
Parameters
root
MosaicNode<T> | null
path
Returns
MosaicUpdate<T>