Instance Method
removeMappedElements(_:)removeMappedElements:removeMappedElements_
Removes elements described by structural mappings.
Declaration
func removeMappedElements(_ selectedElementsMappings: [AnyHashable : Any])Declaration
- (void) removeMappedElements:(NSDictionary *) selectedElementsMappings;Declaration
removeMappedElements_(selectedElementsMappings: dict)Parameters
selectedElementsMappingsMappings produced by selectedElementsMappings()selectedElementsMappingsselectedElementsMappings.
Discussion
The mappings must refer to corresponding content in the receiver.
See Also
Selection Serialization
Content representing the selected elements for serialization and paste.
Structural mappings for the selected elements.
Removes a selectable element from the layer.
Removes mapped nodes while preserving the unselected path portions.
Adds content from a serialized selection dictionary.
Separates paths by whether they contain selected nodes.