Back to reference

GrammarlyEditorPluginProps

Props for <GrammarlyEditorPlugin>.

interface GrammarlyEditorPluginProps extends HTMLAttributes, GrammarlyEditorPluginCallbacks {
  clientId?: string;
  config?: Partial<EditorConfig>;
}

Properties

clientIdoptionalType: string

The client ID used to authenticate with Grammarly.

configoptionalType: Partial<EditorConfig>

Optional configuration to customize the Grammarly integration.

Last Updated: 3/14/2023, 9:49:03 PM