SignatureHelpRegistrationOptions

Undocumented in source.

Members

Mixins

__anonymous
mixin TextDocumentRegistrationOptions
Undocumented in source.
__anonymous
mixin WorkDoneProgressOptions
Undocumented in source.

Variables

retriggerCharacters
Optional!(string[]) retriggerCharacters;
Undocumented in source.
triggerCharacters
Optional!(string[]) triggerCharacters;
Undocumented in source.

Mixed In Members

From mixin TextDocumentRegistrationOptions

documentSelector
Optional!DocumentSelector documentSelector;
Undocumented in source.

From mixin WorkDoneProgressOptions

workDoneProgress
Optional!bool workDoneProgress;
Undocumented in source.

Meta