Gets all the instance metadata information from the children of this part instance.
DO NOT modify in place this object, this results in undefined behavior.
part instance.Gets the id of the part instance that was queried by ChildrenIdCardGetterInterface.retrieveChildrenIdCard.
The part instance id this object refers to.
Tells if this part instance is a leaf, which means it has no child (in this case, array from getChildrenInstanceInfos is empty).
true if the part instance this object refers to is a leaf.
The ChildrenPartInstanceInfoInterface interface is used to store properties about the children of a
part instance.The ChildrenPartInstanceInfoInterface is retrieved when using a ChildrenIdCardGetterInterface.retrieveChildrenIdCard.
The interface provides information about
If you query multiple
part instanceswhen using ChildrenIdCardGetterInterface.retrieveChildrenIdCard, ChildrenIdCardGetterInterface.getPartInstanceInfos will return an array of ChildrenPartInstanceInfoInterface of the same size.The following code snippet allows to get the metadata of the children
part instancesby the ChildrenIdCardGetterInterface. Such a code may be triggered while receiving the IdCardGetterInterfaceSignal.IdCardReady of the ChildrenIdCardGetterInterface.or with async calls :
Please make sure the destination browser supports promises before using async calls.
See