DaffSearchReducerState

The main search state. Contains info about the current or most recent search operation.

Properties

Name Type Description
loading boolean Whether there is a pending search operation.
errors DaffStateError[] A list of search errors, if any.
results Record<T['kind'], T['id'][]> The result IDs of the most recent search grouped by kind.
recent string[] A list of the most recently used search queries. Does not include incremental searches.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.