CodeAction

Undocumented in source.

Constructors

this
this(Command command)
Undocumented in source.
this
this(string title, WorkspaceEdit edit)
Undocumented in source.

Members

Mixins

__anonymous
mixin StrictOptionalSerializer
Undocumented in source.

Variables

command
Optional!Command command;
Undocumented in source.
diagnostics
Optional!(Diagnostic[]) diagnostics;
Undocumented in source.
edit
Optional!WorkspaceEdit edit;
Undocumented in source.
isPreferred
Optional!bool isPreferred;
Undocumented in source.
kind
Optional!string kind;
Undocumented in source.
title
string title;
Undocumented in source.

Mixed In Members

From mixin StrictOptionalSerializer

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta