Skip to main content

DummyClass

Since version 1.0.0

Description of DummyClass

class DummyClass extends ParentClass implements DummyInterface

Extends

Implements

Example

Dummy Class Example (markdown supported)

const some_meaningless_code = true;
table1table2
ParentClassB

Properties

Static class property A

A property to inherit

Class Property A

Absolute URL NAVER
And Dummy-Interface

Property B

Methods

Method A

Method A of ParentClass

Events

Event that fires when DummyClass is ready

Constructor

A constructor of DummyClass
new DummyClass(paramA: string): DummyClass

Parameters

paramA

string

Param A

Properties

staticPropA

>=1.2.0
static readonly
staticPropA

number

Static class property A

Example
DummyClass.staticPropA;

inheritedProperty

inherited
inheritedProperty

number

A property to inherit

propA

>=1.1.0
readonly
propA

string

Class Property A

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

propC

>=1.4.0
propC

DummyInterface[]

Absolute URL NAVER
And Dummy-Interface

propB

readonly
propB

{ prop: { a: number; b: string } }

Property B

Methods

methodA

>=1.3.0
methodA

void

methodA(a: number, b: string): void

Method A

Parameters

a

number

description of param a

b

string

"DUMMY_TEXT"

description of param b

parentMethodA

>=1.99.0
inherited
parentMethodA

number

parentMethodA(param: { a: number; b: number }): number

Method A of ParentClass

Parameters

param

{ a: number; b: number }

...

Parameter

param.a

number

123

Param A

param.b

number

456

Param B

Returns

A number

Events

ready

ready

DummyEvent

Event that fires when DummyClass is ready