Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
ParameterNode
Interface ParameterNode
Parameter node structure
interface
ParameterNode
{
comment
?:
CommentNode
;
flags
?:
Record
<
string
,
boolean
>
;
id
:
number
;
kind
:
number
;
name
:
string
;
type
?:
TypeNode
;
variant
:
string
;
}
Index
Properties
comment?
flags?
id
kind
name
type?
variant
Properties
Optional
comment
comment
?:
CommentNode
Optional
flags
flags
?:
Record
<
string
,
boolean
>
id
id
:
number
kind
kind
:
number
name
name
:
string
Optional
type
type
?:
TypeNode
variant
variant
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
comment
flags
id
kind
name
type
variant
Tidyscripts Docs
Loading...
Parameter node structure