Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CallHierarchyItem

Represents programming constructs like functions or constructors in the context of call hierarchy.

Hierarchy

  • CallHierarchyItem

Index

Constructors(1)

Properties(7)

Constructors(1)

constructor

Properties(7)

name

name: string

The name of this item.

kind

The kind of this item.

Optional tags

tags: readonly Deprecated[]

Tags for this item.

Optional detail

detail: string

More detail for this item, e.g. the signature of a function.

uri

uri: Uri

The resource identifier of this item.

range

range: Range

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

selectionRange

selectionRange: Range

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 range.

Generated by TypeDoc. Maintained by 洛竹