GetEntitiesByRefsResponse.items
Home > @backstage/catalog-client
> GetEntitiesByRefsResponse
> items
The returned list of entities.
Signature:
items: Array<Entity | undefined>;
Remarks
The list will be in the same order as the refs given in the request, and null will be returned in those positions that were not found.