Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
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
containerName
?:
string
detail
detail
:
string
kind
kind
:
SymbolKind
name
name
:
string
range
range
:
Range
selection
Range
selectionRange
:
Range
tags
tags
:
readonly
Deprecated
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
container
Name
detail
kind
name
range
selection
Range
tags
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...