Skip to content

달빛약속 / SetToIndex

Class: SetToIndex

Extends

Indexable

[key: string]: unknown

Constructors

new SetToIndex()

new SetToIndex(target, value): SetToIndex

Parameters

target

IndexFetch

value

Evaluable<ValueType>

Returns

SetToIndex

Overrides

Executable.constructor

Defined in

core/node/list.ts:115

Properties

position?

optional position: Position

Inherited from

Executable.position

Defined in

core/node/base.ts:9


friendlyName

static friendlyName: string = '목록에 값 넣기'

Overrides

Executable.friendlyName

Defined in

core/node/list.ts:113

Methods

execute()

execute(scope, callFrame): Promise<void>

Parameters

scope

Scope

callFrame

CallFrame

Returns

Promise<void>

Overrides

Executable.execute

Defined in

core/node/list.ts:121


toJSON()

toJSON(): object

Returns

object

Inherited from

Executable.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Inherited from

Executable.toPrint

Defined in

core/node/base.ts:31