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 | 패러미터 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 | 패러미터 A의 설명 | ||
| b | string | ✔️ | "DUMMY_TEXT" | 패러미터 B의 설명 |
parentMethodA#
inherited
Method A of ParentClass
Returns: number
- 숫자
Events#
ready#
Event that fires when DummyClass is ready
Type: object
| PROPERTY | TYPE | DESCRIPTION |
|---|---|---|
| eventName | string | 이벤트명 |