Skip to content

yaksok.tsDocs


yaksok.ts / Node

Class: Node

Extended by

Indexable

[key: string]: unknown

Constructors

new Node()

ts
new Node(): Node

Returns

Node

Properties

position?

ts
optional position: Position;

Defined in

src/node/base.ts:16


friendlyName

ts
static friendlyName: string = '노드';

Defined in

src/node/base.ts:17

Methods

toJSON()

ts
toJSON(): object

Returns

object

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Defined in

src/node/base.ts:26