The result of a search() call. Result items arrive asynchronously.
search()
Search objects are kept simple by design. They are always suitable to be placed into a Vue instance (e.g. in data).
data
Readonly
Result map (id -> group of results). As individual sub searches complete, results will become available in the group objects.
group
Current state of this search.
Generated using TypeDoc
The result of a
search()
call. Result items arrive asynchronously.Search objects are kept simple by design. They are always suitable to be placed into a Vue instance (e.g. in
data
).