Interface for the loader component that is loaded when the app starts

Hierarchy

Properties

The context this component belongs to

Reference to the platform

Methods

  • Do any initializations required for the plugin in this method

    Returns any

  • This method will never be called since the component will never be updated. It must still be present on the component though.

    Returns any

  • This method will be invoked every time the component is inserted into the DOM. For a plugin loader component, it should happen only once. The method must be present on the component for technical reasons.

    Returns any

  • This method will be invoked every time the component is removed from the DOM. For a plugin loader component, it should never happen since the component will live during the whole lifespan of the application. The method must be present on the component for technical reasons.

    Returns any