Skip to content

달빛약속 / MentionScope

Class: MentionScope

Extends

Indexable

[key: string]: unknown

Constructors

new MentionScope()

new MentionScope(fileName, child): MentionScope

Parameters

fileName

string

child

Identifier | FunctionInvoke

Returns

MentionScope

Overrides

Evaluable.constructor

Defined in

core/node/mention.ts:26

Properties

child

child: Identifier | FunctionInvoke

Defined in

core/node/mention.ts:28


fileName

fileName: string

Defined in

core/node/mention.ts:27


position?

optional position: Position

Inherited from

Evaluable.position

Defined in

core/node/base.ts:9


friendlyName

static friendlyName: string = '불러오기'

Overrides

Evaluable.friendlyName

Defined in

core/node/mention.ts:24

Methods

execute()

execute(scope, callFrame): Promise<ValueType>

Parameters

scope

Scope

callFrame

CallFrame

Returns

Promise<ValueType>

Overrides

Evaluable.execute

Defined in

core/node/mention.ts:33


toJSON()

toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Overrides

Evaluable.toPrint

Defined in

core/node/mention.ts:77