EntityCollectionRowActions
@firecms/core / EntityCollectionRowActions
Function: EntityCollectionRowActions()
Section titled “Function: EntityCollectionRowActions()”EntityCollectionRowActions(
entity):Element
Defined in: components/EntityCollectionTable/EntityCollectionRowActions.tsx:33
Parameters
Section titled “Parameters”entity
Section titled “entity”actions?
Section titled “actions?”EntityAction[] = []
collection?
Section titled “collection?”EntityCollection<any, any>
entity
Section titled “entity”Entity<any>
frozen?
Section titled “frozen?”boolean
fullIdPath?
Section titled “fullIdPath?”string
fullPath?
Section titled “fullPath?”string
hideId?
Section titled “hideId?”boolean
highlightEntity?
Section titled “highlightEntity?”(entity) => void
isSelected?
Section titled “isSelected?”boolean
onCollectionChange?
Section titled “onCollectionChange?”() => void
openEntityMode
Section titled “openEntityMode”"side_panel" | "full_screen"
selectionController?
Section titled “selectionController?”selectionEnabled?
Section titled “selectionEnabled?”boolean
unhighlightEntity?
Section titled “unhighlightEntity?”(entity) => void
number
Returns
Section titled “Returns”Element