---
title: suggestions
framework: tvmljs
role: symbol
role_heading: Instance Property
path: tvmljs/keyboard/3589336-suggestions
---

# suggestions

Search parameters to offer as shortcuts.

## Declaration

```data
attribute Array suggestions;
```

## Discussion

Discussion Provide search suggestions to help the user complete their query quickly. Update the suggestions as the user types. This property is only available if the Keyboard is associated with a searchField. Each suggestion in this array should have the following properties:

## See Also

### Providing and Handling Search Suggestions

- [onSuggestionSelected](tvmljs/keyboard/3678707-onsuggestionselected.md)
