Skip to content

yaksok.tsDocs


yaksok.ts / MentionScope

Class: MentionScope

Extends

Constructors

new MentionScope()

ts
new MentionScope(fileName, child): MentionScope

Parameters

fileName: string

child: Evaluable

Returns

MentionScope

Overrides

Evaluable.constructor

Defined in

src/node/mention.ts:23

Properties

child

ts
child: Evaluable;

Defined in

src/node/mention.ts:23


fileName

ts
fileName: string;

Defined in

src/node/mention.ts:23


position?

ts
optional position: Position;

Inherited from

Evaluable.position

Defined in

src/node/base.ts:16


friendlyName

ts
static friendlyName: string = '불러오기';

Overrides

Evaluable.friendlyName

Defined in

src/node/mention.ts:21

Methods

execute()

ts
execute(_scope, _callFrame): ValueTypes

Parameters

_scope: Scope

_callFrame: CallFrame

Returns

ValueTypes

Overrides

Evaluable.execute

Defined in

src/node/mention.ts:27


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Overrides

Evaluable.toPrint

Defined in

src/node/mention.ts:50