CodeActionProviderMetadata class

Metadata about the type of code actions that a {@link CodeActionProvider} provides.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

CodeActionProviderMetadata.new({List<CodeActionKind>? providedCodeActionKinds, ReadonlyArray<IInline12>? documentation})
factory

Properties

documentation ReadonlyArray?

Available on CodeActionProviderMetadata, provided by the CodeActionProviderMetadata$Typings extension

Static documentation for a class of code actions.
no setter
hashCode int
The hash code for this object.
no setterinherited
providedCodeActionKinds List<CodeActionKind>?

Available on CodeActionProviderMetadata, provided by the CodeActionProviderMetadata$Typings extension

List of {@link CodeActionKindCodeActionKinds} that a {@link CodeActionProvider} may return.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited