SearchContextState
Home > @backstage/plugin-search-react
> SearchContextState
Signature:
export type SearchContextState = {
term: string;
types: string[];
filters: JsonObject;
pageLimit?: number;
pageCursor?: string;
};
References: JsonObject