useSelectionController
@firecms/core / useSelectionController
Function: useSelectionController()
Section titled “Function: useSelectionController()”useSelectionController<
M>(onSelectionChange?):SelectionController<M>
Defined in: components/EntityCollectionView/useSelectionController.tsx:4
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Parameters
Section titled “Parameters”onSelectionChange?
Section titled “onSelectionChange?”(entity, selected) => void