Dashboard loader is responsible for loading dashboard and all the assets that the dashboard needs. As a result, it returns a React component and an instance of props to use in order to mount the dashboard.
Embedded plugin is implemented, built and linked into the application that loads the dashboard. There is no specific runtime loading and linkage required for these plugins.The lifecycle of embedded plugin is the same as other plugins
A result of successful load of a dashboard consists of a React component and constructed props that should be passed to the component in order to mount the dashboard.