Readonly
contextContext parameter that was specified when the search was started.
May indicate the UI widget or bundle where the search was originally triggered.
See also SearchOptions.context.
Optional
Readonly
itemThe selected item (for single selection).
Mutually exclusive with items.
Optional
Readonly
itemsThe selected items (for multi selection).
Mutually exclusive with item.
Readonly
queryThe original search query entered by the user.
Readonly
sourceThe source of the selected item.
Currently all sources are stores, but different source types may be added in the future.
Use the type
field for disambiguation.
An event emitted via the Event Service using the topic name
search-api/SELECTED
.