query property

String? query
getter/setter pair

Partial query for which autocomplete suggestions will be shown.

For example, if the query is "sea", then the server might return "season", "search", "seagull" and so on.

Implementation

core.String? query;