SessionStats
Statistics about the Grammarly session.
SessionStats
is available only on the Plus plan. Learn moreopen in new window about our plans.
interface SessionStats {
duration: number;
suggestionsAccepted: SessionSuggestionBreakdown;
suggestionsSent: SessionSuggestionBreakdown;
wordsAnalyzed: number;
wordsChecked: number;
}
Properties
durationType: number
Duration of the editing session, in seconds.
wordsAnalyzedType: number
Total words analyzed during the session.