Base Class
Defined in:
src/ui/react/src/oop/base.js:4
Quick and dirty impl of Base class.
Constructor
Base
()
Index
Methods
Methods
_callChain
(
protected
-
wat
-
args
Calls a method of each class, which is being present in the hierarchy starting from parent to the child.
Parameters:
-
wat
StringThe method, which should be invoked
-
args
Object | ArrayThe arguments with which the method should be invoked
destroy
()
Calls the destructor
method of each class which extends Base starting from the parent to the child.
init
(
-
config
Calls the initializer
method of each class which extends Base starting from the parent to the child.
Will pass the configuration object to each initializer method.
Parameters:
-
config
ObjectConfiguration object