CKEDITOR.plugins.autocomplete.matchInfo
classsince 4.10.0abstract
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 : autocompleteCKEDITOR.plugins.autocomplete.matchInfo#autocompleteThe Autocomplete instance that matched the query.
query : StringCKEDITOR.plugins.autocomplete.matchInfo#queryThe query string that was accepted by the config.textTestCallback.
range : rangeCKEDITOR.plugins.autocomplete.matchInfo#rangeThe range in the DOM indicating the position of the query.