Declaration

func selectedPaths(_ selectedPaths: NSMutableArray, notSelected notSelectedPaths: NSMutableArray?)

Declaration

- (void) selectedPaths:(NSMutableArray *) selectedPaths notSelected:(NSMutableArray *) notSelectedPaths;

Declaration

selectedPaths_notSelected_(selectedPaths: list, notSelectedPaths: list)

Parameters

selectedPaths

The array to which paths containing selected nodes are added.

notSelectedPaths

The array to which the remaining paths are added.

Discussion

When no path contains a selected node, the last path is treated as selected.

See Also

Selection Serialization