Abstract class describing a set of properties that can be used to produce more adequate suggestion data based on the matched query.
autocomplete : autocomplete
CKEDITOR.plugins.autocomplete.matchInfo#autocomplete
The Autocomplete instance that matched the query.
query : String
CKEDITOR.plugins.autocomplete.matchInfo#query
The query string that was accepted by the config.textTestCallback.
range : range
CKEDITOR.plugins.autocomplete.matchInfo#range
The range in the DOM indicating the position of the query.
Show private items