DocumentSymbol$Typings extension

on

Properties

children List<DocumentSymbol>
Children of this symbol, e.g. properties of a class.
getter/setter pair
detail String
More detail for this symbol, e.g. the signature of a function.
getter/setter pair
kind SymbolKind
The kind of this symbol.
getter/setter pair
name String
The name of this symbol.
getter/setter pair
range Range
The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
getter/setter pair
selectionRange Range
The range that should be selected and reveal when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode DocumentSymbol.range range}.
getter/setter pair
tags List<SymbolTag>
Tags for this symbol.
getter/setter pair