SearchResultApiProps
Home > @backstage/plugin-search-react
> SearchResultApiProps
Props for SearchResultApi()
Signature:
export type SearchResultApiProps = SearchResultContextProps & {
query: Partial<SearchQuery>;
};
References: SearchResultContextProps, SearchQuery