Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
DocumentSymbol
Class DocumentSymbol
Index
Constructors
constructor
Properties
children
detail
kind
name
range
selection
Range
tags?
Methods
validate
Constructors
constructor
new
DocumentSymbol
(
name
:
string
,
detail
:
string
,
kind
:
SymbolKind
,
range
:
Range
,
selectionRange
:
Range
,
)
:
DocumentSymbol
Parameters
name
:
string
detail
:
string
kind
:
SymbolKind
range
:
Range
selectionRange
:
Range
Returns
DocumentSymbol
Properties
children
children
:
DocumentSymbol
[]
detail
detail
:
string
kind
kind
:
SymbolKind
name
name
:
string
range
range
:
Range
selection
Range
selectionRange
:
Range
Optional
tags
tags
?:
Deprecated
[]
Methods
Static
validate
validate
(
candidate
:
DocumentSymbol
)
:
void
Parameters
candidate
:
DocumentSymbol
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
children
detail
kind
name
range
selection
Range
tags
Methods
validate
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...