Preparing search index...
The search index is not available
XCompile
XCompile
Node
Interface Node
A location in source text
interface
Node
{
children
:
Node
[]
;
column
:
number
;
kind
:
string
;
line
:
number
;
position
:
number
;
text
:
string
;
unit
?:
string
;
}
Hierarchy (
View Summary
)
Token
Node
Index
Properties
children
column
kind
line
position
text
unit?
Properties
children
children
:
Node
[]
column
column
:
number
kind
kind
:
string
line
line
:
number
position
position
:
number
text
text
:
string
Optional
unit
unit
?:
string
The file, internal module, shared object, etc.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
column
kind
line
position
text
unit
XCompile
Loading...
A location in source text