CKEDITOR.plugins.autocomplete.matchInfo
class
since 4.10.0
abstract
Abstract class describing a set of properties that can be used to produce more adequate suggestion data based on the matched query.
Filtering
Properties
-
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.