Skip to content

EntityCollectionViewActionsProps

@firecms/core


@firecms/core / EntityCollectionViewActionsProps

Type Alias: EntityCollectionViewActionsProps<M>

Section titled “Type Alias: EntityCollectionViewActionsProps<M>”

EntityCollectionViewActionsProps<M> = object

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:10

M extends Record<string, any>

collection: EntityCollection<M>

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:11


collectionEntitiesCount: number

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:20


onMultipleDeleteClick: () => void

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:17

void


onNewClick: () => void

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:16

void


parentCollectionIds: string[]

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:14


path: string

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:12


relativePath: string

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:13


selectionController: SelectionController<M>

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:18


selectionEnabled: boolean

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:15


tableController: EntityTableController<M>

Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:19