Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
DocumentSymbol
Interface DocumentSymbol
interface
DocumentSymbol
{
children
?:
DocumentSymbol
[]
;
containerName
?:
string
;
detail
:
string
;
kind
:
SymbolKind
;
name
:
string
;
range
:
IRange
;
selectionRange
:
IRange
;
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
:
IRange
selection
Range
selection
Range
:
IRange
tags
tags
:
readonly
Deprecated
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
children
container
Name
detail
kind
name
range
selection
Range
tags
Monaco Editor API
Loading...