Interface DocumentSymbol

Hierarchy

  • DocumentSymbol

Properties

children?: DocumentSymbol[]
containerName?: string
detail: string
name: string
range: IRange
selectionRange: IRange
tags: readonly Deprecated[]