Class: ViewfinderModel

ViewfinderModel()

new ViewfinderModel()

Since:
  • 2.28.0
Source:

Members

defaults :Object

Type:
  • Object
Properties:
Name Type Description
error string is the current error string to be displayed in the UI.
focusIndex number is the index of the element in the list of predictions that shoudl be highlighted as focus.
predictions Array.<Prediction> a list of Predictions models that correspond to the user's search query.
query string the user's search query.
Since:
  • 2.28.0
Source: