TextStats deprecated
Statistics about the user-entered text.
Deprecated: since v1.9.0 - use DocumentStats or SessionStats
interface TextStats extends DocumentStats {
session: SessionStats;
suggestionsCount: number;
}
Properties
session — SessionStats
Stats about the overall session.
suggestionsCount — number
Current number of suggestions.
Since: v1.7.4