DummyClass
class DummyClass extends ParentClass implements DummyInterface
Description of DummyClass
See:
Properties
Methods
Events
#
constructornew 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#
staticPropAstaticreadonly
Static class property A
Type: number
DummyClass.staticPropA;
#
propAreadonly
Class Property A
Type: string
new DummyClass("b").propA === "b";
#
propBThis will not displayed on the API page, as "@internal" is applied
#
propCAbsoulte URL NAVER
Type: Array<DummyInterface>
#
inheritedPropertyinherited
A property to inherit
Type: number
#
Methods#
methodAMethod A
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
a | number | description of param a | ||
b | string | โ๏ธ | "DUMMY_TEXT" | description of param b |
#
parentMethodAinherited
Method A of ParentClass
Returns: number
- A number
#
Events#
readyEvent that fires when DummyClass is ready
Type: object
PROPERTY | TYPE | DESCRIPTION |
---|---|---|
eventName | string | Event name |