TypeHierarchyItem$Typings extension

on

Properties

detail String

Available on TypeHierarchyItem, provided by the TypeHierarchyItem$Typings extension

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

Available on TypeHierarchyItem, provided by the TypeHierarchyItem$Typings extension

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

Available on TypeHierarchyItem, provided by the TypeHierarchyItem$Typings extension

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

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

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
getter/setter pair
tags ReadonlyArray<SymbolTag>

Available on TypeHierarchyItem, provided by the TypeHierarchyItem$Typings extension

Tags for this item.
getter/setter pair
uri Uri

Available on TypeHierarchyItem, provided by the TypeHierarchyItem$Typings extension

The resource identifier of this item.
getter/setter pair