Kokopu - v4.13.0
Preparing search index...
AbstractNodePOJO
Type Alias AbstractNodePOJO
Represent a
AbstractNode
in a
GamePOJO
.
type
AbstractNodePOJO
=
{
comment
?:
string
;
isLongComment
?:
boolean
;
nags
?:
number
[]
;
tags
?:
Record
<
string
,
string
>
;
}
Index
Properties
comment?
is
Long
Comment?
nags?
tags?
Properties
Optional
comment
comment
?:
string
Optional
is
Long
Comment
isLongComment
?:
boolean
Optional
nags
nags
?:
number
[]
Optional
tags
tags
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
is
Long
Comment
nags
tags
Kokopu - v4.13.0
Loading...
Represent a AbstractNode in a GamePOJO.