interface
ResolvedAdminPluginPairs
interface ResolvedAdminPluginPairs { ... }The immutable flattened registry consumed by the framework admin.
Source packages/plugin/src/index.ts:72
pluginsreadonly AdminPlugin[]- The plugins value.
fieldsreadonly FieldPlugin[]- The fields value.
rowLabelsreadonly RowLabelPlugin[]- The rowLabels value.
routesreadonly AdminPluginRoute[]- The routes value.
dashboardreadonly AdminDashboardPanel[]- The dashboard value.
loginreadonly AdminLoginComponent[]- The login value.
accountreadonly AdminAccountComponent[]- The account value.
navigationreadonly AdminNavigationComponent[]- The navigation value.
logoutButtonAdminLogoutButton | undefined- The logoutButton value.
viewsreadonly AdminCoreView[]- The views value.
brandingreadonly AdminBrandComponent[]- The branding value.
shellreadonly AdminShellComponent[]- The shell value.
providersreadonly AdminProvider[]- The providers value.
listCellsreadonly AdminListCell[]- The listCells value.
documentActionsreadonly AdminDocumentAction[]- The documentActions value.
documentViewsreadonly AdminDocumentView[]- The documentViews value.
messagesReadonly<Record<string, PluginMessageCatalog>>- The messages value.