Skip to content

yaksok.tsDocs


yaksok.ts / Mention

Class: Mention

Extends

Constructors

new Mention()

ts
new Mention(value, position?): Mention

Parameters

value: string

position?: Position

Returns

Mention

Overrides

Executable.constructor

Defined in

src/node/mention.ts:11

Properties

position?

ts
optional position: Position;

Inherited from

Executable.position

Defined in

src/node/mention.ts:11


value

ts
value: string;

Defined in

src/node/mention.ts:11


friendlyName

ts
static friendlyName: string = '불러올 파일 이름';

Overrides

Executable.friendlyName

Defined in

src/node/mention.ts:9

Methods

execute()

ts
execute(_scope, _callFrame): void

Parameters

_scope: Scope

_callFrame: CallFrame

Returns

void

Inherited from

Executable.execute

Defined in

src/node/base.ts:33


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Executable.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Overrides

Executable.toPrint

Defined in

src/node/mention.ts:15