kind property

CodeActionKind get kind

The kind of the code action being documented.

If the kind is generic, such as CodeActionKind.Refactor, the documentation will be shown whenever any refactorings are returned. If the kind if more specific, such as CodeActionKind.RefactorExtract, the documentation will only be shown when extract refactoring code actions are returned.

Implementation

_i3.CodeActionKind get kind => _i5.getProperty(
      this,
      'kind',
    );