Back to reference

DocumentConfig deprecated

Characteristics and context of the document that inform Grammarly suggestions.

Deprecated: since v1.6.7

interface DocumentConfig {
  dialect?: Dialect;
  domain?: Domain;
}

Properties

dialect deprecated optionalDialect
Which English dialect should be assumed?
Deprecated: since v1.6.7 - Moved to EditorConfig as documentDialect

domain deprecated optionalDomain
What is the style or type of writing?
Default: "general"
Deprecated: since v1.6.7 - Moved to EditorConfig as documentDomain

Last Updated: 2/7/2023, 10:38:49 PM