The context this component belongs to
Reference to the platform
Optional
componentOptional
componentOptional
componentOptional
componentA @Prop
or @State
property changed and a rerender is about to be requested.
Called multiple times throughout the life of the component as its properties change.
componentShouldUpdate is not called on the first render.
Optional
componentThis 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.
Optional
render
Interface for the loader component that is loaded when the app starts