Interface that a component should implement, so its lifecycle method can be called by the framework.
Optional
Called when the component is initially loaded.
Object that uniquely identifies the component that is being loaded.
Input parameters passed to the component (such as dialogId or currently open document.)
Interface that a component should implement, so its lifecycle method can be called by the framework.