ViewComponentMap
ViewComponentMap<
F> =object
Defined in: packages/core/src/framework.ts:144
Maps the three required admin views to their framework component types.
All three are required — omitting any one causes a TypeScript error at the
defineFrameworkAdapter call site.
Type Parameters
Section titled “Type Parameters”F extends ComponentHKT
Properties
Section titled “Properties”collectionEditView
Section titled “collectionEditView”collectionEditView:
ApplyComponent<F,CollectionEditViewProps>
Defined in: packages/core/src/framework.ts:150
Collection edit form — renders all field inputs for a collection.
collectionListView
Section titled “collectionListView”collectionListView:
ApplyComponent<F,CollectionListViewProps>
Defined in: packages/core/src/framework.ts:148
Collection list view — renders a list of documents for a collection.
dashboard
Section titled “dashboard”dashboard:
ApplyComponent<F,DashboardProps>
Defined in: packages/core/src/framework.ts:146
Admin shell component receiving the full VexCMS config.