Back to reference

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

sessionSessionStats
Stats about the overall session.

suggestionsCountnumber
Current number of suggestions.
Since: v1.7.4

Last Updated: 3/14/2023, 9:49:03 PM