Back to reference

Config

Configuration to customize the Grammarly integration.

declare type Config = Pick<
  EditorConfig,
  | "collectUserFeedback"
  | "documentDialect"
  | "documentDomain"
  | "introText"
  | "oauthRedirectUri"
  | "suggestions"
  | "showToneDetector"
  | "autocomplete"
  | "toneDetector"
  | "userFeedback"
>;
Last Updated: 2/7/2023, 10:38:49 PM