SearchResultListLayoutProps
Home > @backstage/plugin-search-react
> SearchResultListLayoutProps
Props for SearchResultListLayout()
Signature:
export type SearchResultListLayoutProps = ListProps & {
error?: Error;
loading?: boolean;
resultItems?: SearchResult[];
renderResultItem?: (value: SearchResult, index: number, array: SearchResult[]) => JSX.Element | null;
noResultsComponent?: ReactNode;
disableRenderingWithNoResults?: boolean;
};
References: SearchResult