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.
Optional configuration to customize the Grammarly integration.