x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
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
containerName
?:
string
detail
detail
:
string
kind
kind
:
SymbolKind
name
name
:
string
range
range
:
IRange
selection
Range
selectionRange
:
IRange
tags
tags
:
readonly
Deprecated
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
container
Name
detail
kind
name
range
selection
Range
tags
GitHub
x4js - v2.2.49
Loading...