Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
DocumentSymbol
Interface DocumentSymbol
interface
DocumentSymbol
{
children
?:
DocumentSymbol
[]
;
containerName
?:
string
;
detail
:
string
;
kind
:
SymbolKind
;
name
:
string
;
range
:
Range
;
selectionRange
:
Range
;
tags
:
readonly
Deprecated
[]
;
}
Index
Properties
children?
container
Name?
detail
kind
name
range
selection
Range
tags
Properties
Optional
children
children
?:
DocumentSymbol
[]
Optional
container
Name
container
Name
?:
string
detail
detail
:
string
kind
kind
:
SymbolKind
name
name
:
string
range
range
:
Range
selection
Range
selection
Range
:
Range
tags
tags
:
readonly
Deprecated
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
children
container
Name
detail
kind
name
range
selection
Range
tags
Theia TypeDoc
Loading...