Skip to content

EntityCollectionViewProps

@firecms/core


@firecms/core / EntityCollectionViewProps

EntityCollectionViewProps<M> = object & EntityCollection<M>

Defined in: components/EntityCollectionView/EntityCollectionView.tsx:91

optional className: string

optional fullIdPath: string

Full path using navigation ids.

optional fullPath: string

Complete path where this collection is located. It defaults to the collection path if not provided.

optional isSubCollection: boolean

Whether this is a subcollection or not.

optional parentCollectionIds: string[]

If this is a subcollection, specify the parent collection ids.

optional updateUrl: boolean

If true, this view will store its filter and sorting status in the url params

M extends Record<string, any>