method
AdminDashboardPanel.component
AdminDashboardPanel.component(
this: void,
internals: ComponentInternals,
props: AdminDashboardPanelProps,
): {
$on?(type: string, callback: (e: any) => void): () => void
$set?(props: Partial<AdminDashboardPanelProps>): void
}Public method AdminDashboardPanel.component from @riducms/plugin.
Related types
AdminDashboardPanelPropsManifest and optional current user passed to a dashboard panel.