yaksok.ts • Docs
yaksok.ts / Node
Class: Node
Extended by
Indexable
[key
: string
]: unknown
Constructors
new Node()
ts
new Node(): Node
Returns
Properties
position?
ts
optional position: Position;
Defined in
friendlyName
ts
static friendlyName: string = '노드';
Defined in
Methods
toJSON()
ts
toJSON(): object
Returns
object
Defined in
toPrint()
ts
toPrint(): string
Returns
string