DaffSearchSelectors

Selectors for the main part of search state.

Properties

Name Type Description
selectSearchLoading MemoizedSelector<R, boolean> Selects whether there is a pending search operation.
selectSearchErrors MemoizedSelector<R, DaffStateError[]> Selects the list of search errors, if any.
selectSearchResultIds MemoizedSelector<R, Record<T['kind'], T['id'][]>> Selects the results of the most recent search grouped by kind.
selectRecent MemoizedSelector<R, string[]> Selects the recent search queries.
selectResultCount MemoizedSelector<R, number> Selects the number of results in the most recent search.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.