ReadonlycontextContext 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 ReadonlyitemThe selected item (for single selection).
Mutually exclusive with items.
Optional ReadonlyitemsThe selected items (for multi selection).
Mutually exclusive with item.
ReadonlyqueryThe original search query entered by the user.
ReadonlysourceThe 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.