Declaration

func removeNodesCutPath(_ indexPaths: [IndexPath])

Declaration

- (void) removeNodesCutPath:(NSArray<NSIndexPath *> *) indexPaths;

Declaration

removeNodesCutPath_(indexPaths: list[NSIndexPath])

Parameters

indexPaths

Node index paths from selectedElementsMappings()selectedElementsMappingsselectedElementsMappings.

Discussion

Paths are split where necessary, and hints attached to removed nodes are removed.

See Also

Selection Serialization