Type Alias: EntityCollectionViewProps<M>
EntityCollectionViewProps<
M
>:object
&EntityCollection
<M
>
Type declaration​
className?​
optional
className:string
fullPath?​
optional
fullPath:string
Complete path where this collection is located. It defaults to the collection path if not provided.
isSubCollection?​
optional
isSubCollection:boolean
Whether this is a subcollection or not.
parentCollectionIds?​
optional
parentCollectionIds:string
[]
If this is a subcollection, specify the parent collection ids.
Type Parameters​
• M extends Record
<string
, any
>
Defined in​
packages/firecms_core/src/components/EntityCollectionView/EntityCollectionView.tsx:84