Back to reference

UIConfig deprecated

Configuration for the user interface of Grammarly.

Deprecated: since v1.6.7

interface UIConfig {
  introText?: string;
  showToneDetector?: boolean;
}

Properties

introText deprecated optionalstring
Text shown to introduce first-time users to Grammarly.

This introductory text shows in the footer of the first shown suggestion card as well as in the Grammarly button menu.
Default: "Grammarly helps you write clearly and mistake-free."
Deprecated: since v1.6.7 - Moved to EditorConfig

showToneDetector deprecated optionalboolean
Show the tone detector interface (beside the Grammarly button).

Note that tone detection requires a text of at least 150 characters.
Default: false
Deprecated: since v1.6.7 - Moved to EditorConfig

Last Updated: 2/7/2023, 10:38:49 PM