Skip to content

달빛약속 / Node

Class: Node

Extended by

Indexable

[key: string]: unknown

Constructors

new Node()

new Node(): Node

Returns

Node

Properties

position?

optional position: Position

Defined in

core/node/base.ts:9


friendlyName

static friendlyName: string = '노드'

Defined in

core/node/base.ts:10

Methods

toJSON()

toJSON(): object

Returns

object

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Defined in

core/node/base.ts:19