Skip to content

super since v1.0.0function

Triggers the instantiation of the superclass. This must be called within the constructor of a derived class to initialize the inherited state.

super(...: any) -> ()

Parameters

Name Type Description
... any Arguments to be passed to the superclass constructor.