Skip to content

달빛약속 / core/mod / Executable

Class: Executable ​

Extends ​

Extended by ​

Indexable ​

[key: string]: unknown

Constructors ​

new Executable() ​

new Executable(): Executable

Returns ​

Executable

Inherited from ​

Node.constructor

Properties ​

tokens ​

tokens: Token[] = []

Inherited from ​

Node.tokens

Defined in ​

core/node/base.ts:12


friendlyName ​

static friendlyName: string = '실행 가능한 노드'

Overrides ​

Node.friendlyName

Defined in ​

core/node/base.ts:33

Methods ​

execute() ​

execute(_scope): Promise<unknown>

Parameters ​

_scope ​

Scope

Returns ​

Promise<unknown>

Defined in ​

core/node/base.ts:35


toJSON() ​

toJSON(): object

Returns ​

object

Inherited from ​

Node.toJSON

Defined in ​

core/node/base.ts:20


toPrint() ​

toPrint(): string

Returns ​

string

Overrides ​

Node.toPrint

Defined in ​

core/node/base.ts:39


validate() ​

validate(_scope): YaksokError<unknown>[]

Parameters ​

_scope ​

Scope

Returns ​

YaksokError<unknown>[]

Inherited from ​

Node.validate

Defined in ​

core/node/base.ts:16