Type Alias: SpellcheckProjectedTextOptions
type SpellcheckProjectedTextOptions = Readonly<{
ignoreDigits: boolean;
ignoreLiteral: boolean;
maxSuggestions: number;
normalizeApostrophes: boolean;
}>;
Defined in: _internal/spellcheck-cspell.ts:101
Options that control one projected-text spellcheck run.