Back to reference

GrammarlyProps

Props for Grammarly

interface GrammarlyProps {
  clientId?: ClientId;
  config?: Partial<EditorConfig>;
}

Properties

clientId optionalClientId
The client ID used to authenticate with Grammarly

config optionalPartial<EditorConfig>
Optional configuration to customize the Grammarly integration.

Last Updated: 4/12/2023, 3:24:55 PM