Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
CommentNode
Interface CommentNode
Comment/docstring structure from TypeDoc
interface
CommentNode
{
blockTags
?:
{
content
:
{
kind
:
string
;
text
:
string
;
}
[]
;
tag
:
string
;
}
[]
;
summary
?:
{
kind
:
string
;
text
:
string
;
}
[]
;
}
Index
Properties
block
Tags?
summary?
Properties
Optional
block
Tags
block
Tags
?:
{
content
:
{
kind
:
string
;
text
:
string
;
}
[]
;
tag
:
string
;
}
[]
Optional
summary
summary
?:
{
kind
:
string
;
text
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block
Tags
summary
Tidyscripts Docs
Loading...
Comment/docstring structure from TypeDoc