Type Alias: EntityActionClickProps<M, UserType>
EntityActionClickProps<
M
,UserType
>:object
Type Parameters​
• M extends object
• UserType extends User
= User
Type declaration​
collection?​
optional
collection:EntityCollection
<M
>
context​
context:
FireCMSContext
<UserType
>
entity​
entity:
Entity
<M
>
fullPath?​
optional
fullPath:string
highlightEntity()?​
optional
highlightEntity: (entity
) =>void
Parameters​
• entity: Entity
<any
>
Returns​
void
onCollectionChange()?​
optional
onCollectionChange: () =>void
Returns​
void
selectionController?​
optional
selectionController:SelectionController
sideEntityController?​
optional
sideEntityController:SideEntityController
If this actions is being called from a side dialog
unhighlightEntity()?​
optional
unhighlightEntity: (entity
) =>void
Parameters​
• entity: Entity
<any
>
Returns​
void