본문으로 건너뛰기

DummyClass

class DummyClass extends ParentClass implements DummyInterface

Description of DummyClass

See:

constructor#

new DummyClass(paramA)

A constructor of DummyClass

PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
paramAstring패러미터 A

Dummy Class Example (markdown supported)

const some_meaningless_code = true;
table1table2
ParentClassB

Properties#

staticPropA#

staticreadonly

Static class property A

Type: number

DummyClass.staticPropA;

propA#

readonly

Class Property A

Type: string

new DummyClass("b").propA === "b";

propB#

This will not displayed on the API page, as "@internal" is applied

propC#

Absoulte URL NAVER

Type: Array<DummyInterface>

inheritedProperty#

inherited

A property to inherit

Type: number

Methods#

methodA#

Method A

PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
anumber패러미터 A의 설명
bstring✔️"DUMMY_TEXT"패러미터 B의 설명

parentMethodA#

inherited

Method A of ParentClass

Returns: number

  • 숫자

Events#

ready#

Event that fires when DummyClass is ready

Type: object

PROPERTYTYPEDESCRIPTION
eventNamestring이벤트명