RelationshipFieldInput
RelationshipFieldInput<
TFieldMeta,TCollectionSlug> =RelationshipFieldInput<TFieldMeta,TCollectionSlug,ReactHKT>
Defined in: packages/react/src/index.ts:148
Relationship field input type with the React component slot bound.
Identical to @vexcms/core’s RelationshipFieldInput<TCollectionSlug> except
admin.components.preview is typed as ComponentType<RelationshipPreviewProps<TCollectionSlug>>
instead of an opaque ApplyComponent<ComponentHKT, _>.
Type Parameters
Section titled “Type Parameters”TFieldMeta
Section titled “TFieldMeta”TFieldMeta extends object = { }
TCollectionSlug
Section titled “TCollectionSlug”TCollectionSlug extends CollectionSlug = CollectionSlug