TextDocumentSyncOptions

Undocumented in source.

Constructors

this
this(Nullable!bool openClose, Nullable!TextDocumentSyncKind change, Nullable!bool willSave, Nullable!bool willSaveWaitUntil, Nullable!SaveOptions save)
Undocumented in source.

Members

Variables

change
Nullable!TextDocumentSyncKind change;
Undocumented in source.
openClose
Nullable!bool openClose;
Undocumented in source.
save
Nullable!SaveOptions save;
Undocumented in source.
willSave
Nullable!bool willSave;
Undocumented in source.
willSaveWaitUntil
Nullable!bool willSaveWaitUntil;
Undocumented in source.

Meta