Back to reference

Config

Configuration to customize the Grammarly integration. Used by init() and the <Grammarly> component in React and Vue integrations.

See EditorConfig to customize per editor instance.

declare type Config = Pick<
  EditorConfig,
  | "documentDialect"
  | "documentDomain"
  | "introText"
  | "oauthRedirectUri"
  | "suggestionCategories"
  | "autocomplete"
  | "toneDetector"
  | "userFeedback"
>;
Last Updated: 4/12/2023, 3:24:55 PM