Hierarchy

Properties

debounce?: number

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

filters?: {
    [subject: string]: string;
}

Property-Value pair of set filters.

Type declaration

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

Fetch full resources instead of subjects

limit?: number

Max of how many results to return

parents?: string | string[]

Subjects of resource to scope the search to. This should be a list of parents of the resources you're looking for.

Generated using TypeDoc