Gets all the instance metadata information from the root to this part instance : /root/.../grandparent/parent/instance.
The root information is stored on index 0 of the resulting array.
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 IdCardGetterInterface.retrieveIdCard.
The part instance id this object refers to.
The PartInstanceInfoInterface interface is used to store properties about a
part instanceand its genealogy.The PartInstanceInfoInterface is retrieved when using a IdCardGetterInterface.retrieveIdCard i.e. when the metadata attached to a
part instanceare retrieved.The interface provides information about
If you query multiple
part instanceswhen using IdCardGetterInterface.retrieveIdCard, IdCardGetterInterface.getPartInstanceInfos will return an array of PartInstanceInfoInterface of the same size.The following code snippet allows to get the metadata of a
part instanceby the IdCardGetterInterface. Such a code may be triggered while receiving the IdCardGetterInterfaceSignal.IdCardReady of the IdCardGetterInterface.or with async calls :
Please make sure the destination browser supports promises before using async calls.
See