본문으로 건너뛰기

ParentClass

Since version 1.0.0

A dummy parent class for test

class ParentClass

Properties

Version info string

A property to inherit

Methods

Method A of ParentClass

Constructor

new ParentClass(): ParentClass

Properties

VERSION

static readonly
VERSION

string

Version info string

Example
ParentClass.VERSION;  // ex) 4.0.0

inheritedProperty

inheritedProperty

number

A property to inherit

Methods

parentMethodA

>=1.99.0
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