CallHierarchyItem$Typings extension

on

Properties

detail String

Available on CallHierarchyItem, provided by the CallHierarchyItem$Typings extension

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

Available on CallHierarchyItem, provided by the CallHierarchyItem$Typings extension

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

Available on CallHierarchyItem, provided by the CallHierarchyItem$Typings extension

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

Available on CallHierarchyItem, provided by the CallHierarchyItem$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 CallHierarchyItem, provided by the CallHierarchyItem$Typings extension

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.
getter/setter pair
tags List<SymbolTag>

Available on CallHierarchyItem, provided by the CallHierarchyItem$Typings extension

Tags for this item.
getter/setter pair
uri Uri

Available on CallHierarchyItem, provided by the CallHierarchyItem$Typings extension

The resource identifier of this item.
getter/setter pair