DummyClass
class DummyClass extends ParentClass implements DummyInterfaceDescription of DummyClass
See:
Properties
Methods
Events
constructor#
new DummyClass(paramA)A constructor of DummyClass
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| paramA | string | Param A |
Dummy Class Example (markdown supported)
const some_meaningless_code = true;| table1 | table2 |
|---|---|
| ParentClass | B |
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
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| a | number | description of param a | ||
| b | string | โ๏ธ | "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
| PROPERTY | TYPE | DESCRIPTION |
|---|---|---|
| eventName | string | Event name |