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