<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/EquipmentCollection/reparent(ids:to:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit19EquipmentCollectionV8reparent3ids2toySayAA0C10IdentifierVG_AHtF"
  },
  "title" : "reparent(ids:to:)"
}
-->

# reparent(ids:to:)

Change the parent of the equipment matching the given identifiers. The reparented equipment is appended at the end of the parent’s children.

```
func reparent(ids: [EquipmentIdentifier], to parent: EquipmentIdentifier)
```

## Parameters

`ids`

The collection of equipment identifiers to corresponding to the equipment to reparent.

`parent`

The identifier of the new parent.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)