GetEntityFacetsResponse
Home > @backstage/catalog-client
> GetEntityFacetsResponse
The response type for CatalogClient.getEntityFacets().
Signature:
export interface GetEntityFacetsResponse
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Record<string, Array<{ value: string; count: number; }>> |
The computed facets, one entry per facet in the request. |