Skip to main content

DummyClass

class DummyClass extends ParentClass implements DummyInterface

Description of DummyClass

See:

constructor#

new DummyClass(paramA)

A constructor of DummyClass

PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
paramAstringParam 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
anumberdescription of param a
bstringโœ”๏ธ"DUMMY_TEXT"description of param b

parentMethodA#

inherited

Method A of ParentClass

Returns: number

  • A number

Events#

ready#

Event that fires when DummyClass is ready

Type: object

PROPERTYTYPEDESCRIPTION
eventNamestringEvent name