Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
SignatureNode
Interface SignatureNode
Function/method signature node
interface
SignatureNode
{
comment
?:
CommentNode
;
id
:
number
;
kind
:
number
;
name
:
string
;
parameters
?:
ParameterNode
[]
;
type
?:
TypeNode
;
typeParameter
?:
any
[]
;
variant
:
string
;
}
Index
Properties
comment?
id
kind
name
parameters?
type?
type
Parameter?
variant
Properties
Optional
comment
comment
?:
CommentNode
id
id
:
number
kind
kind
:
number
name
name
:
string
Optional
parameters
parameters
?:
ParameterNode
[]
Optional
type
type
?:
TypeNode
Optional
type
Parameter
type
Parameter
?:
any
[]
variant
variant
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
comment
id
kind
name
parameters
type
type
Parameter
variant
Tidyscripts Docs
Loading...
Function/method signature node