SearchFilterComponentProps
Home > @backstage/plugin-search-react
> SearchFilterComponentProps
Signature:
export type SearchFilterComponentProps = {
className?: string;
name: string;
label?: string;
values?: string[] | ((partial: string) => Promise<string[]>);
defaultValue?: string[] | string | null;
valuesDebounceMs?: number;
};