SearchResultGroupProps
Home > @backstage/plugin-search-react
> SearchResultGroupProps
Props for SearchResultGroup().
Signature:
export type SearchResultGroupProps<FilterOption> = Pick<SearchResultStateProps, 'query'> & Omit<SearchResultGroupLayoutProps<FilterOption>, 'loading' | 'error' | 'resultItems' | 'filterFields'>;
References: SearchResultStateProps, SearchResultGroupLayoutProps