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"
>;