Home > harper.js > SuggestionKind

SuggestionKind enum

Tags the variant of suggestion.

Signature:

export declare enum SuggestionKind 

Enumeration Members

Member

Value

Description

InsertAfter

2

Insert additional text after the error.

Remove

1

Remove the problematic text.

Replace

0

Replace the problematic text.