getMinAutoFindSymbolsCount();
setMinAutoFindSymbolsCount(value: Number);
value. Minimum number of characters for which autocomplete suggestions are searched.
The MinAutoFindSymbolsCount property sets minimum length of the line for which a suggestion appears.
Use the setMinAutoFindSymbolsCount method to set the property value and the getMinAutoFindSymbolsCount method to get the property value. Property value cannot be set from JSON.
By default the minimum length of the line for which a suggestion appears is set to three characters.
The example of property use is given in description of the Autocomplete constructor.
See also: