Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
json
BooleanASTNode
Interface BooleanASTNode
interface
BooleanASTNode
{
children
?:
ASTNode
[]
;
length
:
number
;
offset
:
number
;
parent
?:
ASTNode
;
type
:
"boolean"
;
value
:
boolean
;
}
Hierarchy (
view full
)
BaseASTNode
BooleanASTNode
Index
Properties
children?
length
offset
parent?
type
value
Properties
Optional
Readonly
children
children
?:
ASTNode
[]
Readonly
length
length
:
number
Readonly
offset
offset
:
number
Optional
Readonly
parent
parent
?:
ASTNode
Readonly
type
type
:
"boolean"
Readonly
value
value
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
children
length
offset
parent
type
value
Monaco Editor API
Loading...