Member Junction
    Preparing search index...
    AdminSectionSource:
        | { driverClass: string; kind: "resource" }
        | { dashboardName: string; kind: "dashboard" }

    How to resolve and instantiate the component for this sub-section.

    • resource: looks up @RegisterClass(BaseResourceComponent, driverClass) and renders it directly.
    • dashboard: looks up the MJ Dashboard record by name, then renders its DriverClass via the BaseDashboard registry with a synthetic { dashboard } config (mirrors the shell's flow for ResourceType: "Dashboards" nav items).