Interface SearchOptsHook

Hierarchy

Properties

debounce?: number

Debouncing makes queries slower, but prevents sending many request. Number respresents milliseconds.

filters?: { [propertyShortname: string]: string }

Property-Value pair of set filters. For now, use the shortname of the property as the key.

Type declaration

  • [propertyShortname: string]: string
include?: boolean

Fetch full resources instead of subjects

limit?: number

Max of how many results to return

scope?: string

Subject of resource to scope the search to. This should be a parent of the resources you're looking for.

Generated using TypeDoc