DocumentSymbol$Typings extension

on

Properties

children List<DocumentSymbol>

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

Children of this symbol, e.g. properties of a class.
getter/setter pair
detail String

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

More detail for this symbol, e.g. the signature of a function.
getter/setter pair
kind SymbolKind

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

The kind of this symbol.
getter/setter pair
name String

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

The name of this symbol.
getter/setter pair
range Range

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
getter/setter pair
selectionRange Range

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

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>

Available on DocumentSymbol, provided by the DocumentSymbol$Typings extension

Tags for this symbol.
getter/setter pair