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

# ids(childrenOf:)

Returns the identifiers of all equipment that are children of the given equipment identifier.

```
func ids(childrenOf parentID: EquipmentIdentifier) -> [EquipmentIdentifier]
```

## Parameters

`parentID`

The equipment identifier whose children should be returned.

---

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)