Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
TypeNode
Interface TypeNode
Type node structure from TypeDoc
interface
TypeNode
{
declaration
?:
JDocNode
;
elementType
?:
TypeNode
;
name
?:
string
;
type
:
string
;
typeArguments
?:
TypeNode
[]
;
types
?:
TypeNode
[]
;
value
?:
any
;
}
Index
Properties
declaration?
element
Type?
name?
type
type
Arguments?
types?
value?
Properties
Optional
declaration
declaration
?:
JDocNode
Optional
element
Type
element
Type
?:
TypeNode
Optional
name
name
?:
string
type
type
:
string
Optional
type
Arguments
type
Arguments
?:
TypeNode
[]
Optional
types
types
?:
TypeNode
[]
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
declaration
element
Type
name
type
type
Arguments
types
value
Tidyscripts Docs
Loading...
Type node structure from TypeDoc