Type Alias: EntityCollectionViewActionsProps<M>
EntityCollectionViewActionsProps<
M
>:object
Type Parameters​
• M extends Record
<string
, any
>
Type declaration​
collection​
collection:
EntityCollection
<M
>
collectionEntitiesCount​
collectionEntitiesCount:
number
onMultipleDeleteClick()​
onMultipleDeleteClick: () =>
void
Returns​
void
onNewClick()​
onNewClick: () =>
void
Returns​
void
parentCollectionIds​
parentCollectionIds:
string
[]
path​
path:
string
relativePath​
relativePath:
string
selectionController​
selectionController:
SelectionController
<M
>
selectionEnabled​
selectionEnabled:
boolean
tableController​
tableController:
EntityTableController
<M
>
Defined in​
packages/firecms_core/src/components/EntityCollectionView/EntityCollectionViewActions.tsx:10