DummyClass
Since version 1.0.0
Description of DummyClass
class DummyClass extends ParentClass implements DummyInterface
Extends
Implements
See
Example
Properties
Static class property A
A property to inherit
Class Property A
Absolute URL NAVER
And Dummy-Interface
Property B
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 readonlystaticPropAnumber
Static class property A
Example
DummyClass.staticPropA;
inheritedProperty
inheritedPropertynumber
A property to inherit
propA
>=1.1.0
readonlypropAstring
Class Property A
Example
new DummyClass("b").propA === "b";
propC
>=1.4.0
propC
Absolute URL NAVER
And Dummy-Interface
propB
propB{ prop: { a: number; b: string } }
Property B
Methods
methodA
>=1.3.0
methodAvoid
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
inheritedparentMethodAnumber
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
Event that fires when DummyClass is ready