Developer ReferenceDashboard
App
Root component of the dashboard bundle.
Functions
App()
function App(props): Element;Defined in: App.jsx:18
Renders the dashboard overlay into the element main.jsx created for it.
Parameters
| Parameter | Type | Description |
|---|---|---|
props | { dashboardRoot: HTMLElement; } | - |
props.dashboardRoot | HTMLElement | Portal target main.jsx appended to document.body. |
Returns
Element
References
default
Renames and re-exports App