DocumentSymbol

Undocumented in source.

Members

Mixins

__anonymous
mixin StrictOptionalSerializer
Undocumented in source.

Variables

children
DocumentSymbol[] children;
Undocumented in source.
deprecated_
Optional!bool deprecated_;
Undocumented in source.
detail
Optional!string detail;
Undocumented in source.
kind
SymbolKind kind;
Undocumented in source.
name
string name;
Undocumented in source.
parent
string parent;
Undocumented in source.
range
TextRange range;
Undocumented in source.
selectionRange
TextRange selectionRange;
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