EntityCollectionViewActionsProps
@firecms/core / EntityCollectionViewActionsProps
Type Alias: EntityCollectionViewActionsProps<M>
Section titled “Type Alias: EntityCollectionViewActionsProps<M>”EntityCollectionViewActionsProps<
M> =object
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:10
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”collection
Section titled “collection”collection:
EntityCollection<M>
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:11
collectionEntitiesCount
Section titled “collectionEntitiesCount”collectionEntitiesCount:
number
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:20
onMultipleDeleteClick()
Section titled “onMultipleDeleteClick()”onMultipleDeleteClick: () =>
void
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:17
Returns
Section titled “Returns”void
onNewClick()
Section titled “onNewClick()”onNewClick: () =>
void
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:16
Returns
Section titled “Returns”void
parentCollectionIds
Section titled “parentCollectionIds”parentCollectionIds:
string[]
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:14
path:
string
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:12
relativePath
Section titled “relativePath”relativePath:
string
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:13
selectionController
Section titled “selectionController”selectionController:
SelectionController<M>
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:18
selectionEnabled
Section titled “selectionEnabled”selectionEnabled:
boolean
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:15
tableController
Section titled “tableController”tableController:
EntityTableController<M>
Defined in: components/EntityCollectionView/EntityCollectionViewActions.tsx:19