Skip to content

달빛약속 / StringValue

Class: StringValue

Extends

Constructors

new StringValue()

new StringValue(value): StringValue

Parameters

value

string

Returns

StringValue

Inherited from

PrimitiveValue.constructor

Defined in

core/value/base.ts:12

Properties

value

value: string

Inherited from

PrimitiveValue.value

Defined in

core/value/base.ts:12


friendlyName

static friendlyName: string = '문자'

Overrides

PrimitiveValue.friendlyName

Defined in

core/value/primitive.ts:4

Methods

toPrint()

toPrint(): string

Returns

string

Overrides

PrimitiveValue.toPrint

Defined in

core/value/primitive.ts:6