Components are instances of JavaScript objects that are created and managed by the app runtime as needed.
Dispose of the component configuration for this component instance. The component configuration will be deactivated. If the component configuration has already been deactivated, this method does nothing.
Returns the component instance of the activated component configuration.
The component instance or undefined if the component configuration has been deactivated.
undefined
Components are instances of JavaScript objects that are created and managed by the app runtime as needed.