Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
ParsedNode
Interface ParsedNode
Parsed node after traversal and extraction from jdoc.json
interface
ParsedNode
{
children
:
ParsedNode
[]
;
docstring
:
string
;
filePath
:
string
;
id
:
number
;
kind
:
number
;
name
:
string
;
signature
?:
SignatureNode
;
sources
:
SourceLocation
[]
;
type
?:
TypeNode
;
}
Index
Properties
children
docstring
file
Path
id
kind
name
signature?
sources
type?
Properties
children
children
:
ParsedNode
[]
docstring
docstring
:
string
file
Path
file
Path
:
string
id
id
:
number
kind
kind
:
number
name
name
:
string
Optional
signature
signature
?:
SignatureNode
sources
sources
:
SourceLocation
[]
Optional
type
type
?:
TypeNode
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
docstring
file
Path
id
kind
name
signature
sources
type
Tidyscripts Docs
Loading...
Parsed node after traversal and extraction from jdoc.json