Clears the content of the Omnibox Component.
Clears the current expression (current cursor position in the Omnibox).
Closes the Omnibox.
Inserts new content in the omnibox at the specified position.
Replaces the specified searchValue
by the newValue
in the Omnibox.
Replaces the current expression in the QueryBox
(the current cursor position in the omnibox) by the newValue
.
An array IPopulateOmniboxQueryExpression used to describe each part of the content of the Omnibox component.
A IPopulateOmniboxQueryExpression object used to describe the complete content of the Querybox component.
A IPopulateOmniboxQueryExpression object used to describe the current active content (the current position of the cursor/caret) of the Omnibox component.
The number representing the current position of the cursor/caret inside the Omnibox component.
The
IPopulateOmniboxObject
is an interface that is used by components to interact with the Omnibox and provides a framework for type-ahead suggestions.