EntityCollectionViewProps
@firecms/core / EntityCollectionViewProps
Type Alias: EntityCollectionViewProps<M>
Section titled “Type Alias: EntityCollectionViewProps<M>”EntityCollectionViewProps<
M> =object&EntityCollection<M>
Defined in: components/EntityCollectionView/EntityCollectionView.tsx:91
Type Declaration
Section titled “Type Declaration”className?
Section titled “className?”
optionalclassName:string
fullIdPath?
Section titled “fullIdPath?”
optionalfullIdPath:string
Full path using navigation ids.
fullPath?
Section titled “fullPath?”
optionalfullPath:string
Complete path where this collection is located. It defaults to the collection path if not provided.
isSubCollection?
Section titled “isSubCollection?”
optionalisSubCollection:boolean
Whether this is a subcollection or not.
parentCollectionIds?
Section titled “parentCollectionIds?”
optionalparentCollectionIds:string[]
If this is a subcollection, specify the parent collection ids.
updateUrl?
Section titled “updateUrl?”
optionalupdateUrl:boolean
If true, this view will store its filter and sorting status in the url params
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>