Class: ManagedSearchQuery

ManagedSearchQuery

A live search query

Members

out

RxJS observable of search results
https://rxjs.dev/guide/observable

Methods

destroy() → {void}

Close the query
Returns:
Type
void

ignoreNext() → {void}

A helper to ignore search results till next is called again
Returns:
Type
void

next(vnon-null) → {void}

Update the search input and start the output stream
Parameters:
Name Type Description
v string text to search for
Returns:
Type
void